Skip to content

Commit 047b8d1

Browse files
Copilotkraenhansen
andcommitted
Fix triplet naming mismatch: use arm64-apple-visionos for CMAKE_RN_TRIPLETS
Co-authored-by: kraenhansen <1243959+kraenhansen@users.noreply.github.com>
1 parent 4f5147c commit 047b8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-visionos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Bootstrap host package to get weak-node-api and ferric-example with visionOS support
4545
- run: npm run bootstrap --workspace react-native-node-api
4646
env:
47-
CMAKE_RN_TRIPLETS: aarch64-apple-visionos,aarch64-apple-visionos-sim
47+
CMAKE_RN_TRIPLETS: arm64-apple-visionos,arm64-apple-visionos-sim
4848
- name: Configure Cargo for visionOS tier 3 targets with build-std
4949
run: |
5050
# Create cargo config for build-std support (tier 3 visionOS targets)
@@ -87,7 +87,7 @@ jobs:
8787
# Bootstrap ferric-example with visionOS targets
8888
npm run bootstrap --workspace @react-native-node-api/ferric-example
8989
env:
90-
CMAKE_RN_TRIPLETS: aarch64-apple-visionos,aarch64-apple-visionos-sim
90+
CMAKE_RN_TRIPLETS: arm64-apple-visionos,arm64-apple-visionos-sim
9191
FERRIC_TARGETS: aarch64-apple-visionos,aarch64-apple-visionos-sim
9292
# visionOS SDK configuration
9393
XROS_DEPLOYMENT_TARGET: "1.0"

0 commit comments

Comments
 (0)