Skip to content

Commit 7fc98e4

Browse files
committed
[NO MERGE] Perform a test CI run for macOS 26 against release/8.0-staging
1 parent 5a23850 commit 7fc98e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
109109
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
110110
- OSX.1200.ARM64.Open
111+
- OSX.26.Arm64.Open
111112
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
112113
- OSX.1200.ARM64
113114

eng/pipelines/extra-platforms/runtime-extra-platforms-other.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- linux_arm64
5959
- linux_musl_x64
6060
- osx_x64
61+
- osx_arm64
6162
- windows_x64
6263
- windows_x86
6364
- windows_arm64

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
# OSX arm64
8585
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
8686
- OSX.1200.ARM64.Open
87+
- OSX.26.Arm64.Open
8788

8889
# OSX x64
8990
- ${{ if eq(parameters.platform, 'osx_x64') }}:

0 commit comments

Comments
 (0)