Skip to content

Commit f2d2dc3

Browse files
chore: set explicit xcode version to ios build on CI
1 parent a8001d4 commit f2d2dc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,19 @@ jobs:
190190
env:
191191
TURBO_CACHE_DIR: .turbo/ios
192192
steps:
193+
- name: Set Xcode Toolchain
194+
shell: bash
195+
run: |
196+
echo "TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault" >> $GITHUB_ENV
197+
193198
- name: Checkout
194199
uses: actions/checkout@v4
195200

196201
- name: Setup
197202
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'
198206

199207
- name: Cache turborepo for iOS
200208
uses: actions/cache@v3

0 commit comments

Comments
 (0)