Skip to content

Commit 9c19910

Browse files
authored
ci: bump xcode
Bump to Xcode 16.3 to adjust for actions/runner-images#12541
1 parent 365a94d commit 9c19910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/workflow/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variables:
4545
UseSkiaRendering: 'true'
4646
IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')]
4747
IsReleaseBranch: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))]
48-
XCODE_ROOT: '/Applications/Xcode_16.2.app'
48+
XCODE_ROOT: '/Applications/Xcode_16.3.app'
4949

5050
jobs:
5151
- template: build-windows.yml
@@ -55,4 +55,4 @@ jobs:
5555
- template: build-skia-desktop.yml
5656
- template: stage-uitests-ios.yml
5757
- template: stage-uitests-android.yml
58-
- template: stage-uitests-wasm.yml
58+
- template: stage-uitests-wasm.yml

0 commit comments

Comments
 (0)