Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5817006

Browse files
authored
Merge branch 'release/9.0-staging' into NonIncrementalServicing
2 parents 7d26ed8 + 81ea5e1 commit 5817006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ 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
# OSX Internal 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'
179179
os: macOS
180180

181181
# Official Build Windows Pool

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)