-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Switch to OSX.13.Amd64.Open queues #119473
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates Helix queue configurations to use macOS 13 instead of macOS 12 for OSX x64 builds, as macOS 12 is out of support and causing host test crashes that don't occur on newer versions.
- Replaces all instances of
OSX.1200.Amd64.OpenwithOSX.13.Amd64.Openin pipeline configuration files - Updates both public and internal queue configurations for CoreCLR templates
- Addresses compatibility issues where host tests were crashing on macOS 12 but not on newer versions
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Updates OSX x64 queue from macOS 12 to macOS 13 |
| eng/pipelines/installer/helix-queues-setup.yml | Updates OSX x64 queue from macOS 12 to macOS 13 |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updates both public and internal OSX x64 queues from macOS 12 to macOS 13 |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
|
/backport to release/10.0 |
|
Started backporting to |
macOS 12 is out of support.
I ended up here because the host tests are hitting a crash on 12 that doesn't seem to happen on newer versions. Since 12 is EOL and I believe the helix queues are slated to be removed, I expect we want to update runtime and libraries tests too.
Resolves #118904.