Skip to content

Commit

Permalink
[android] Bump to win 11 helix queue (#96139)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveisok committed Jan 8, 2024
1 parent 425e74c commit e2f58fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Android arm64
- ${{ if in(parameters.platform, 'android_arm64') }}:
- Windows.10.Amd64.Android.Open
- Windows.11.Amd64.Android.Open

# Android x64
- ${{ if in(parameters.platform, 'android_x64') }}:
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- ${{ if in(parameters.platform, 'android_x86', 'android_x64', 'linux_bionic_x64') }}:
- Ubuntu.2204.Amd64.Android.29.Open
- ${{ if in(parameters.platform, 'android_arm', 'android_arm64', 'linux_bionic_arm64') }}:
- Windows.10.Amd64.Android.Open
- Windows.11.Amd64.Android.Open

# iOS Simulator/Mac Catalyst arm64
- ${{ if in(parameters.platform, 'maccatalyst_arm64', 'iossimulator_arm64') }}:
Expand Down

0 comments on commit e2f58fe

Please sign in to comment.