summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Pfister <steveisok@users.noreply.github.com>2024-03-03 19:56:19 -0500
committerGitHub <noreply@github.com>2024-03-03 19:56:19 -0500
commit9f156eb5c9b46261c263d0618137eec9f43a4c6e (patch)
treef27823fae7edd88e8364b5b2537d47e3cea7ca74
parent3482997ad19498a4887bf61a93d98348548aa9a9 (diff)
Revert "Use new MacOS arm64 pool for official builds (#98117)"revert-98117-use-faster-better-macs
This reverts commit 89f7ad3b276fb0b48f20cb4e8408bdce85c2b415.
-rw-r--r--eng/pipelines/common/xplat-setup.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index dfb8952b423e..c66fec22bead 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -171,13 +171,9 @@ jobs:
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64
# OSX Build Pool (we don't have on-prem OSX BuildPool).
- ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}:
+ ${{ if in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator') }}:
vmImage: 'macos-12'
- # Official build OSX pool
- ${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:
- vmImage: 'macos-13-arm64'
-
# Official Build Windows Pool
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.jobParameters.hostedOs, 'windows')), ne(variables['System.TeamProject'], 'public')) }}:
name: $(DncEngInternalBuildPool)