Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
build-ios:
needs: [changes]
if: needs.changes.outputs.ios == 'true'
runs-on: macos-latest
runs-on: macos-26
env:
TURBO_CACHE_DIR: .turbo/ios
steps:
Expand All @@ -205,7 +205,7 @@ jobs:
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.4'
xcode-version: '26.0'

- name: Reset build folder and pods
run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock
Expand Down
Loading