File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ jobs:
160160 platform : ios
161161 project-root : example
162162 cache-key-prefix : example
163+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
163164 - name : Set up react-native@nightly
164165 if : ${{ github.event_name == 'schedule' }}
165166 uses : ./.github/actions/setup-react-native
@@ -218,6 +219,7 @@ jobs:
218219 platform : ios
219220 project-root : example
220221 cache-key-prefix : template-${{ matrix.template }}
222+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
221223 - name : Initialize test app
222224 uses : ./.github/actions/init-test-app
223225 with :
@@ -351,6 +353,7 @@ jobs:
351353 platform : macos
352354 project-root : example
353355 cache-key-prefix : example
356+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
354357 - name : Set up react-native@canary
355358 if : ${{ github.event_name == 'schedule' }}
356359 uses : ./.github/actions/setup-react-native
@@ -409,6 +412,7 @@ jobs:
409412 platform : macos
410413 project-root : example
411414 cache-key-prefix : template-${{ matrix.template }}
415+ xcode-developer-dir : /Applications/Xcode_16.4.app/Contents/Developer
412416 - name : Initialize test app
413417 uses : ./.github/actions/init-test-app
414418 with :
You can’t perform that action at this time.
0 commit comments