Skip to content

Commit 2a95af5

Browse files
committed
chore: use XCode 16 for CI
1 parent 22a6393 commit 2a95af5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ jobs:
213213
run: |
214214
yarn turbo run build:android --cache-dir=".turbo"
215215
216+
- name: Use XCode 16
217+
if: env.ios_build == 1 && env.turbo_cache_hit_ios != 1
218+
run: |
219+
sudo xcode-select -s /Applications/Xcode_16.2.app
220+
216221
- name: Restore cocoapods
217222
if: env.ios_build == 1 && env.turbo_cache_hit_ios != 1
218223
id: library-cocoapods-cache

0 commit comments

Comments
 (0)