Skip to content

Commit c5302af

Browse files
authored
Switch to the MacOS arm64 pool for official builds (dotnet#106416)
Since RC1 was snapped, it's safer to make this switch. Will help with build performance.
1 parent 2106bb0 commit c5302af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ jobs:
172172
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}:
173173
vmImage: 'macos-12'
174174

175-
# OSX Internal Pool
175+
# Official build OSX pool
176176
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:
177177
name: "Azure Pipelines"
178-
vmImage: 'macOS-12'
178+
vmImage: 'macos-13-arm64'
179179
os: macOS
180180

181181
# Official Build Windows Pool

0 commit comments

Comments
 (0)