Skip to content

Commit 55e357d

Browse files
committed
try building on azdo
1 parent bf721ce commit 55e357d

File tree

4 files changed

+1715
-1715
lines changed

4 files changed

+1715
-1715
lines changed

eng/pipelines/common/xplat-setup.yml

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

175175
# OSX Public Build Pool (we don't have on-prem OSX BuildPool).
176176
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), eq(variables['System.TeamProject'], 'public')) }}:
177-
vmImage: 'macos-14'
177+
vmImage: 'macos-15'
178178

179179
# Official build OSX pool
180180
${{ if and(in(parameters.osGroup, 'osx', 'maccatalyst', 'ios', 'iossimulator', 'tvos', 'tvossimulator'), ne(variables['System.TeamProject'], 'public')) }}:

eng/pipelines/performance/templates/perf-bdn-build-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
nameSuffix: PerfBDNApp
2424
isOfficialBuild: false
2525
pool:
26-
vmImage: 'macos-13'
26+
vmImage: 'macos-15'
2727
postBuildSteps:
2828
- template: /eng/pipelines/performance/templates/build-perf-bdn-app.yml
2929
parameters:

0 commit comments

Comments
 (0)