X Tutup
Skip to content
Draft
Prev Previous commit
Next Next commit
undo changes to ios build, macos 26 build isn't stable yet
  • Loading branch information
clintonsteiner committed Mar 10, 2026
commit 7817b44937904f565e066c162a8c6ecdab7d0e0f
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
needs: build-context
if: needs.build-context.outputs.run-ios == 'true'
timeout-minutes: 60
runs-on: macos-26
runs-on: macos-14
steps:
- uses: actions/checkout@v6
with:
Expand All @@ -366,10 +366,10 @@ jobs:
# https://github.com/actions/runner-images/issues/12751.
- name: Select Xcode version
run: |
sudo xcode-select --switch /Applications/Xcode_26.2.app
sudo xcode-select --switch /Applications/Xcode_15.4.app

- name: Build and test
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone 16e,OS=26.2'
run: python3 Apple ci iOS --fast-ci --simulator 'iPhone SE (3rd generation),OS=17.5'

build-wasi:
name: 'WASI'
Expand Down
X Tutup