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 7f497c3 commit 9188483Copy full SHA for 9188483
1 file changed
.github/workflows/build.yml
@@ -392,7 +392,7 @@ jobs:
392
needs: build-context
393
if: needs.build-context.outputs.run-ios == 'true'
394
timeout-minutes: 60
395
- runs-on: macos-15
+ runs-on: macos-14
396
steps:
397
- uses: actions/checkout@v4
398
with:
@@ -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