Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- OSX.1200.ARM64.Open
- OSX.26.Arm64.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- OSX.1200.ARM64

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- linux_arm64
- linux_musl_x64
- osx_x64
- osx_arm64
- windows_x64
- windows_x86
- windows_arm64
Expand All @@ -40,6 +41,7 @@ jobs:
- linux_arm64
- linux_musl_x64
- osx_x64
- osx_arm64
- windows_x64
- windows_x86
- windows_arm64
Expand All @@ -58,6 +60,7 @@ jobs:
- linux_arm64
- linux_musl_x64
- osx_x64
- osx_arm64
- windows_x64
- windows_x86
- windows_arm64
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# OSX arm64
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
- OSX.1200.ARM64.Open
- OSX.26.Arm64.Open

# OSX x64
- ${{ if eq(parameters.platform, 'osx_x64') }}:
Expand Down
Loading