-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[infra][iOS] Use OSX.15.Arm64.Open for iOS simulator and maccatalyst #122286
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
[infra][iOS] Use OSX.15.Arm64.Open for iOS simulator and maccatalyst #122286
Conversation
|
/azp run runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
|
/azp run runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run runtime-ioslikesimulator,runtime-maccatalyst |
|
Azure Pipelines successfully started running 2 pipeline(s). |
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
This PR updates the Helix queue configuration to use macOS 15 (OSX.15.Arm64.Open) instead of macOS 14 (OSX.14.Arm64.Open) for iOS simulator and Mac Catalyst arm64 platform testing, aligning with the existing macOS 15 configuration already used for x64 simulators.
- Updates Helix queue from OSX.14.Arm64.Open to OSX.15.Arm64.Open for iOS simulator and maccatalyst arm64 platforms
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Updates Helix queue to OSX.15.Arm64.Open for iOS simulator and Mac Catalyst arm64 library tests |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updates Helix queue to OSX.15.Arm64.Open for iOS simulator and Mac Catalyst arm64 CoreCLR tests |
kotlarmilos
left a comment
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.
LGTM, thanks!
Can't upgrade to osx.26 now due to incompatibility with xharness dotnet/xharness#1525