Skip to content

Commit e8d456d

Browse files
committed
Move to macos-26 runner for iOS.
1 parent 832bc0b commit e8d456d

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)