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 b4ce22d commit 19824ffCopy full SHA for 19824ff
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_15.4.app
+ sudo xcode-select --switch /Applications/Xcode.app
421
422
- name: Build and test
423
- run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
+ run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 17,OS=latest'
424
425
build-wasi:
426
name: 'WASI'
0 commit comments