Skip to content

Commit e9ef4b6

Browse files
jkoritzinskygithub-actions
authored andcommitted
Upgrade our macOS build machines to the latest non-beta x64 image.
1 parent 7b9e615 commit e9ef4b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170

171171
# OSX Public Build Pool (we don't have on-prem OSX BuildPool).
172172
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}:
173-
vmImage: 'macos-12'
173+
vmImage: 'macos-latest-large' # The -large images are x64 macOS machines.
174174

175175
# OSX Internal Pool
176176
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:

eng/pipelines/coreclr/perf-non-wasm-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
nameSuffix: PerfBDNApp
375375
isOfficialBuild: false
376376
pool:
377-
vmImage: 'macos-12'
377+
vmImage: 'macos-latest-large'
378378
postBuildSteps:
379379
- template: /eng/pipelines/coreclr/templates/build-perf-bdn-app.yml
380380
parameters:

0 commit comments

Comments
 (0)