Skip to content

Commit bf721ce

Browse files
committed
try macOS-14
1 parent 48fd2f3 commit bf721ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-13'
177+
vmImage: 'macos-14'
178178

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

0 commit comments

Comments
 (0)