Skip to content

Commit 44926f1

Browse files
authored
Tweak specific Xcode and iOS versions used by CI
1 parent 8ff9fef commit 44926f1

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.app
420+
sudo xcode-select --switch /Applications/Xcode_26.2.app
421421
422422
- name: Build and test
423-
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 17,OS=latest'
423+
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=26.2'
424424

425425
build-wasi:
426426
name: 'WASI'

0 commit comments

Comments
 (0)