Skip to content

Commit 19824ff

Browse files
ci: ios, use default xcode install
1 parent b4ce22d commit 19824ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ jobs:
417417
# https://github.com/actions/runner-images/issues/12751.
418418
- name: Select Xcode version
419419
run: |
420-
sudo xcode-select --switch /Applications/Xcode_15.4.app
420+
sudo xcode-select --switch /Applications/Xcode.app
421421
422422
- name: Build and test
423-
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
423+
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 17,OS=latest'
424424

425425
build-wasi:
426426
name: 'WASI'

0 commit comments

Comments
 (0)