Skip to content

Commit 4193eed

Browse files
committed
Switch to macos-14 runner.
1 parent e1f19c7 commit 4193eed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@ jobs:
424424
matrix:
425425
include:
426426
- arch: aarch64
427-
runs-on: macos-15
428-
427+
runs-on: macos-14
429428
runs-on: ${{ matrix.runs-on }}
430429
steps:
431430
- uses: actions/checkout@v4
@@ -439,10 +438,10 @@ jobs:
439438
# https://github.com/actions/runner-images/issues/12751.
440439
- name: Select Xcode version
441440
run: |
442-
sudo xcode-select --switch /Applications/Xcode_16.4.app
441+
sudo xcode-select --switch /Applications/Xcode_15.4.app
443442
444443
- name: Build and test
445-
run: python3 Apple ci iOS --simulator 'iPhone 16e,OS=18.5'
444+
run: python3 Apple ci iOS --simulator 'iPhone SE 3rd generation,OS=17.5'
446445

447446
build-wasi:
448447
name: 'WASI'

0 commit comments

Comments
 (0)