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 @@ -392,7 +392,7 @@ jobs:
392392 needs : build-context
393393 if : needs.build-context.outputs.run-ios == 'true'
394394 timeout-minutes : 60
395- runs-on : macos-15
395+ runs-on : macos-14
396396 steps :
397397 - uses : actions/checkout@v4
398398 with :
@@ -405,10 +405,10 @@ jobs:
405405 # https://github.com/actions/runner-images/issues/12751.
406406 - name : Select Xcode version
407407 run : |
408- sudo xcode-select --switch /Applications/Xcode_16 .4.app
408+ sudo xcode-select --switch /Applications/Xcode_15 .4.app
409409
410410 - name : Build and test
411- run : python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e ,OS=18 .5'
411+ run : python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation) ,OS=17 .5'
412412
413413 build-wasi :
414414 name : ' WASI'
You can’t perform that action at this time.
0 commit comments