Skip to content

Commit 9f156eb

Browse files
authored
Revert "Use new MacOS arm64 pool for official builds (#98117)"
This reverts commit 89f7ad3.
1 parent 3482997 commit 9f156eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,9 @@ jobs:
171171
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
172172

173173
# OSX Build Pool (we don't have on-prem OSX BuildPool).
174-
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}:
174+
${{ if in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator') }}:
175175
vmImage: 'macos-12'
176176

177-
# Official build OSX pool
178-
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:
179-
vmImage: 'macos-13-arm64'
180-
181177
# Official Build Windows Pool
182178
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), ne(variables['System.TeamProject'], 'public')) }}:
183179
name: $(DncEngInternalBuildPool)

0 commit comments

Comments
 (0)