Skip to content

Commit 666b0b5

Browse files
Revert "undo changes to ios build, macos 26 build isn't stable yet"
This reverts commit 7817b44.
1 parent 7817b44 commit 666b0b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
needs: build-context
354354
if: needs.build-context.outputs.run-ios == 'true'
355355
timeout-minutes: 60
356-
runs-on: macos-14
356+
runs-on: macos-26
357357
steps:
358358
- uses: actions/checkout@v6
359359
with:
@@ -366,10 +366,10 @@ jobs:
366366
# https://github.com/actions/runner-images/issues/12751.
367367
- name: Select Xcode version
368368
run: |
369-
sudo xcode-select --switch /Applications/Xcode_15.4.app
369+
sudo xcode-select --switch /Applications/Xcode_26.2.app
370370
371371
- name: Build and test
372-
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'
372+
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=26.2'
373373

374374
build-wasi:
375375
name: 'WASI'

0 commit comments

Comments
 (0)