Skip to content

Commit 57144f3

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ jobs:
195195

196196
- name: Setup
197197
uses: ./.github/actions/setup
198+
199+
- name: Select XCode 26.3
200+
run: sudo xcode-select -s '/Applications/Xcode_26.3.0.app/Contents/Developer'
198201

199202
- name: Cache turborepo for iOS
200203
uses: actions/cache@v3

0 commit comments

Comments
 (0)