File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,23 +361,14 @@ jobs:
361361 needs : build-context
362362 if : needs.build-context.outputs.run-ios == 'true'
363363 timeout-minutes : 60
364- runs-on : macos-14
364+ runs-on : macos-26
365365 steps :
366366 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
367367 with :
368368 persist-credentials : false
369369
370- # GitHub recommends explicitly selecting the desired Xcode version:
371- # https://github.com/actions/runner-images/issues/12541#issuecomment-3083850140
372- # This became a necessity as a result of
373- # https://github.com/actions/runner-images/issues/12541 and
374- # https://github.com/actions/runner-images/issues/12751.
375- - name : Select Xcode version
376- run : |
377- sudo xcode-select --switch /Applications/Xcode_15.4.app
378-
379370 - name : Build and test
380- run : python3 Platforms/Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation) ,OS=17 .5'
371+ run : python3 Platforms/Apple ci iOS --fast-ci --simulator 'iPhone 17e ,OS=26 .5'
381372
382373 build-emscripten :
383374 name : ' Emscripten'
You can’t perform that action at this time.
0 commit comments