Skip to content

Commit 0d774e0

Browse files
agockeericstjmatouskozakfilipnavara
authored
[release/9.0] Move default build images to macos 15 (and xcode 16) (#120589) (#122422)
(cherry picked from commit eaafd7c) (cherry picked from commit 1905046) --------- Co-authored-by: Eric StJohn <ericstj@microsoft.com> Co-authored-by: Matous Kozak <matouskozak@seznam.cz> Co-authored-by: Filip Navara <filip.navara@gmail.com>
1 parent e3f677c commit 0d774e0

3 files changed

Lines changed: 99 additions & 87 deletions

File tree

eng/pipelines/common/xplat-setup.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
container: ${{ parameters.container }}
157157

158158
${{ if eq(parameters.jobParameters.pool, '') }}:
159+
# N.B.: We should always be building on the latest available version of our build platform.
160+
# Each of these queues should be the latest version or have a tracking issue if the latest version
161+
# does not work for some reason.
159162
pool:
160163
# Public Linux Build Pool
161164
${{ if and(or(in(parameters.osGroup, 'linux', 'freebsd', 'android', 'tizen'), eq(parameters.jobParameters.hostedOs, 'linux')), eq(variables['System.TeamProject'], 'public')) }}:
@@ -170,7 +173,7 @@ jobs:
170173

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

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

0 commit comments

Comments
 (0)