We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b60480 commit 3f7de00Copy full SHA for 3f7de00
2 files changed
.github/workflows/build-templates.yml
@@ -22,7 +22,7 @@ on:
22
jobs:
23
build:
24
env:
25
- XCODE_VERSION: 16.2
+ XCODE_VERSION: 16.3
26
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
27
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
28
packages/create-react-native-library/templates/common/$.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
build-ios:
116
runs-on: macos-latest
117
118
119
TURBO_CACHE_DIR: .turbo/ios
120
steps:
121
- name: Checkout
0 commit comments