Skip to content

Commit ec71a92

Browse files
[release/10.0] Switch to OSX.13.Amd64.Open queues (#121336)
Backport of #119473 to release/10.0 /cc @steveisok @elinor-fung ## Customer Impact - [ ] Customer reported - [ ] Found internally This is a tell-mode infrastructure change to switch to the OSX 13 queues as 12 is no longer available. This change was fixed in main, but not backported. ## Regression - [ ] Yes - [X] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing [How was the fix verified? How was the issue missed previously? What tests were added?] ## Risk [High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.] **IMPORTANT**: If this backport is for a servicing release, please verify that: - The PR target branch is `release/X.0-staging`, not `release/X.0`. ## Package authoring no longer needed in .NET 9 **IMPORTANT**: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version. Keep in mind that we still need package authoring in .NET 8 and older versions. Co-authored-by: Elinor Fung <elfung@microsoft.com>
1 parent 7f4ded2 commit ec71a92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
# OSX x64
116116
- ${{ if eq(parameters.platform, 'osx_x64') }}:
117117
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
118-
- OSX.1200.Amd64.Open
118+
- OSX.13.Amd64.Open
119119
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
120-
- OSX.1200.Amd64
120+
- OSX.13.Amd64
121121

122122
# windows x64
123123
- ${{ if eq(parameters.platform, 'windows_x64') }}:

eng/pipelines/installer/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# OSX x64
5151
- ${{ if eq(parameters.platform, 'osx_x64') }}:
52-
- OSX.1200.Amd64.Open
52+
- OSX.13.Amd64.Open
5353

5454
# windows x64
5555
- ${{ if eq(parameters.platform, 'windows_x64') }}:

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
# OSX x64
8484
- ${{ if eq(parameters.platform, 'osx_x64') }}:
85-
- OSX.1200.Amd64.Open
85+
- OSX.13.Amd64.Open
8686

8787
# Android
8888
- ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}:

0 commit comments

Comments
 (0)