Skip to content

Commit ecd5ee7

Browse files
authored
Upgrade our macOS build machines to the macOS-13 image (#109454)
* Upgrade our macOS build machines to the macOS-13 image.
1 parent 33af1a2 commit ecd5ee7

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-13'
174174

175175
# Official build OSX 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-13'
378378
postBuildSteps:
379379
- template: /eng/pipelines/coreclr/templates/build-perf-bdn-app.yml
380380
parameters:

0 commit comments

Comments
 (0)