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 8ff9fef commit 44926f1Copy full SHA for 44926f1
1 file changed
.github/workflows/build.yml
@@ -417,10 +417,10 @@ jobs:
417
# https://github.com/actions/runner-images/issues/12751.
418
- name: Select Xcode version
419
run: |
420
- sudo xcode-select --switch /Applications/Xcode.app
+ sudo xcode-select --switch /Applications/Xcode_26.2.app
421
422
- name: Build and test
423
- run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 17,OS=latest'
+ run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=26.2'
424
425
build-wasi:
426
name: 'WASI'
0 commit comments