There was an error while loading. Please reload this page.
1 parent d4ee950 commit ade2d20Copy full SHA for ade2d20
1 file changed
.github/workflows/ci.yml
@@ -192,7 +192,7 @@ jobs:
192
build-ios:
193
needs: [changes]
194
if: needs.changes.outputs.ios == 'true'
195
- runs-on: macos-latest
+ runs-on: macos-26
196
env:
197
TURBO_CACHE_DIR: .turbo/ios
198
steps:
@@ -205,7 +205,7 @@ jobs:
205
- name: Set up Xcode
206
uses: maxim-lobanov/setup-xcode@v1
207
with:
208
- xcode-version: '16.4'
+ xcode-version: '26.0'
209
210
- name: Reset build folder and pods
211
run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock
0 commit comments