Skip to content

Commit ab4253f

Browse files
committed
correct settings
1 parent d15a6b7 commit ab4253f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/github/js/react_native_e2e_full_ios_framework_build_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_osx_archs": {
33
"iphonesimulator": [
4-
"arm64"
4+
"x86_64"
55
]
66
},
77
"build_params": {

tools/ci_build/github/js/react_native_e2e_full_ios_framework_build_settings_arm64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_osx_archs": {
33
"iphonesimulator": [
4-
"x86_64"
4+
"arm64"
55
]
66
},
77
"build_params": {

0 commit comments

Comments
 (0)