Skip to content

Commit 80c56a8

Browse files
committed
update
1 parent 2630b5e commit 80c56a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/react_native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
python ${{ github.workspace }}/tools/ci_build/github/apple/build_and_assemble_apple_pods.py \
204204
--build-dir "${{ runner.temp }}/ios_framework_full" \
205205
--staging-dir "${{ runner.temp }}/ios_pod" \
206-
--build-settings-file ${{ github.workspace }}/tools/ci_build/github/js/react_native_e2e_full_ios_framework_build_settings.json
206+
--build-settings-file ${{ github.workspace }}/tools/ci_build/github/js/react_native_e2e_full_ios_framework_build_settings_arm64.json
207207
208208
- name: Upload iOS Pod Artifact
209209
uses: actions/upload-artifact@v4

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-
"x86_64"
4+
"arm64"
55
]
66
},
77
"build_params": {

0 commit comments

Comments
 (0)