We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7817b44 commit 666b0b5Copy full SHA for 666b0b5
1 file changed
.github/workflows/build.yml
@@ -353,7 +353,7 @@ jobs:
353
needs: build-context
354
if: needs.build-context.outputs.run-ios == 'true'
355
timeout-minutes: 60
356
- runs-on: macos-14
+ runs-on: macos-26
357
steps:
358
- uses: actions/checkout@v6
359
with:
@@ -366,10 +366,10 @@ jobs:
366
# https://github.com/actions/runner-images/issues/12751.
367
- name: Select Xcode version
368
run: |
369
- sudo xcode-select --switch /Applications/Xcode_15.4.app
+ sudo xcode-select --switch /Applications/Xcode_26.2.app
370
371
- name: Build and test
372
- run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
+ run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=26.2'
373
374
build-wasi:
375
name: 'WASI'
0 commit comments