Skip to content

Commit 3f7de00

Browse files
committed
ci: upgrade to XCode 16.3
1 parent 7b60480 commit 3f7de00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-templates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
build:
2424
env:
25-
XCODE_VERSION: 16.2
25+
XCODE_VERSION: 16.3
2626
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2727
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
2828

packages/create-react-native-library/templates/common/$.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
build-ios:
116116
runs-on: macos-latest
117117
env:
118-
XCODE_VERSION: 16.2
118+
XCODE_VERSION: 16.3
119119
TURBO_CACHE_DIR: .turbo/ios
120120
steps:
121121
- name: Checkout

0 commit comments

Comments
 (0)