Switch to OSX.13.Amd64.Open queues#119473
Merged
elinor-fung merged 1 commit intodotnet:mainfrom Sep 9, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
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 |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
agocke
approved these changes
Sep 8, 2025
jkoritzinsky
approved these changes
Sep 8, 2025
Member
|
/backport to release/10.0 |
Contributor
|
Started backporting to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.