Skip to content

Commit 15a2baa

Browse files
committed
also build visionOS with Xcode 16.4
1 parent cbc01b7 commit 15a2baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ jobs:
455455
platform: visionos
456456
project-root: example
457457
cache-key-prefix: example
458+
xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer
458459
- name: Set up react-native@nightly
459460
if: ${{ github.event_name == 'schedule' }}
460461
uses: ./.github/actions/setup-react-native
@@ -508,6 +509,7 @@ jobs:
508509
platform: visionos
509510
project-root: example
510511
cache-key-prefix: template-${{ matrix.template }}
512+
xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer
511513
- name: Initialize test app
512514
uses: ./.github/actions/init-test-app
513515
with:

0 commit comments

Comments
 (0)