Skip to content

Commit ce35dd9

Browse files
committed
Update CI to build universal ios sim framework
1 parent bab154e commit ce35dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- run: npm ci
9999
- run: npm run bootstrap
100100
env:
101-
CMAKE_RN_TRIPLETS: arm64-apple-ios-sim
101+
CMAKE_RN_TRIPLETS: arm64;x86_64-apple-ios-sim
102102
FERRIC_TARGETS: aarch64-apple-ios-sim
103103
- run: npm run pod-install
104104
working-directory: apps/test-app

0 commit comments

Comments
 (0)