We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8001d4 commit f2d2dc3Copy full SHA for f2d2dc3
.github/workflows/ci.yml
@@ -190,11 +190,19 @@ jobs:
190
env:
191
TURBO_CACHE_DIR: .turbo/ios
192
steps:
193
+ - name: Set Xcode Toolchain
194
+ shell: bash
195
+ run: |
196
+ echo "TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault" >> $GITHUB_ENV
197
+
198
- name: Checkout
199
uses: actions/checkout@v4
200
201
- name: Setup
202
uses: ./.github/actions/setup
203
204
+ - name: Select XCode 26.3
205
+ run: sudo xcode-select -s '/Applications/Xcode_26.3.0.app/Contents/Developer'
206
207
- name: Cache turborepo for iOS
208
uses: actions/cache@v3
0 commit comments