Skip to content

Commit 5896cbc

Browse files
authored
[tvOS] Bump to new OSX 13 AppleTV queue (#83272)
1 parent c1acb35 commit 5896cbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125

126126
# tvOS devices
127127
- ${{ if in(parameters.platform, 'tvos_arm64') }}:
128-
# split traffic for runtime-extra-platforms (which mostly runs on rolling builds)
128+
# if necessary, you can split traffic between queues this way for PR's and rolling builds
129129
- ${{ if ne(parameters.jobParameters.isExtraPlatforms, true) }}:
130-
- OSX.1015.Amd64.AppleTV.Open
130+
- OSX.13.Amd64.AppleTV.Open
131131
- ${{ if eq(parameters.jobParameters.isExtraPlatforms, true) }}:
132-
- OSX.1100.Amd64.AppleTV.Open
132+
- OSX.13.Amd64.AppleTV.Open
133133

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

0 commit comments

Comments
 (0)