-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MacOS version to 12 #6522
Conversation
@jander-msft @schmittjoseph FYI Azure DevOps will remove the macos-11 image in about two weeks so this needs to be backported to servicing branches too and also fixed here: https://github.com/dotnet/dotnet-monitor/blob/main/eng/pipelines/jobs/build.yml#L73 |
@akoeplinger, what is going to be done for .NET 6 runtime here? https://github.com/dotnet/runtime/blob/release/6.0/eng/pipelines/common/xplat-setup.yml#L124 We'll probably follow the same solution. |
/backport to main |
Started backporting to main: https://github.com/dotnet/dotnet-monitor/actions/runs/9552611459 |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/dotnet-monitor/actions/runs/9552620316 |
/backport to release/6.x |
Started backporting to release/6.x: https://github.com/dotnet/dotnet-monitor/actions/runs/9552699295 |
@jander-msft yes, we need to fix it everywhere :) I checked and dotnet/runtime#103366 bumps to macos-12 |
Summary
It seems that .NET 9 Preview 4 requires MacOS 12 at minimum to run. When installing newer Preview 4 candidates, running dotnet will fail with:
Update the MacOS version for pipeline jobs to 12.
Release Notes Entry