Skip to content

Commit

Permalink
[android] Bump to win 11 helix queue (#107450)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Sep 8, 2024
1 parent e32da1e commit c52f595
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 @@ -32,7 +32,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 @@ -95,7 +95,7 @@ jobs:
- ${{ if in(parameters.platform, 'Android_x86', 'Android_x64') }}:
- Ubuntu.2204.Amd64.Android.29.Open
- ${{ if in(parameters.platform, 'Android_arm', 'Android_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 c52f595

Please sign in to comment.