File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ jobs:
353353 needs : build-context
354354 if : needs.build-context.outputs.run-ios == 'true'
355355 timeout-minutes : 60
356- runs-on : macos-14
356+ runs-on : macos-26
357357 steps :
358358 - uses : actions/checkout@v6
359359 with :
@@ -366,10 +366,10 @@ jobs:
366366 # https://github.com/actions/runner-images/issues/12751.
367367 - name : Select Xcode version
368368 run : |
369- sudo xcode-select --switch /Applications/Xcode_15.4 .app
369+ sudo xcode-select --switch /Applications/Xcode_26.2 .app
370370
371371 - name : Build and test
372- run : python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation) ,OS=17.5 '
372+ run : python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e ,OS=26.2 '
373373
374374 build-wasi :
375375 name : ' WASI'
You can’t perform that action at this time.
0 commit comments