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 22cab84 commit 5839d83Copy full SHA for 5839d83
.github/workflows/build.yml
@@ -405,10 +405,10 @@ jobs:
405
# https://github.com/actions/runner-images/issues/12751.
406
- name: Select Xcode version
407
run: |
408
- sudo xcode-select --switch /Applications/Xcode_16.4.app
+ sudo xcode-select --switch /Applications/Xcode_15.4.app
409
410
- name: Build and test
411
- run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=18.5'
+ run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
412
413
build-wasi:
414
name: 'WASI'
0 commit comments