From 088caf5337bf82591743aa02245edf5e12f63fa3 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 23 Apr 2021 09:47:30 -0400 Subject: [PATCH] Update support platform doc for Apple M1 issue (#1057) * apple M1 issue * Update docs/start/envosx.md Co-authored-by: Ross Brodbeck * Update docs/start/envosx.md Co-authored-by: Ross Brodbeck Co-authored-by: Ross Brodbeck --- docs/start/envosx.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/start/envosx.md b/docs/start/envosx.md index d93f7a3eb..c158e5c05 100644 --- a/docs/start/envosx.md +++ b/docs/start/envosx.md @@ -5,6 +5,12 @@ ## Supported Versions - macOS High Sierra (10.13) and later versions + +## Apple Silicon M1 +The runner is currently not supported on devices with an Apple M1 chip. +We are waiting for official .NET support. You can read more here about the [current state of support here](https://github.com/orgs/dotnet/projects/18#card-56812463). +Current .NET project board about M1 support: +https://github.com/orgs/dotnet/projects/18#card-56812463 ## [More .Net Core Prerequisites Information](https://docs.microsoft.com/en-us/dotnet/core/macos-prerequisites?tabs=netcore30)