File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 EMULATOR_NAME : " runtime-emu"
1111 NDK_VERSION : r27d
1212 ANDROID_API : 33
13- ANDROID_ABI : arm64-v8a
13+ ANDROID_ABI : x86_64
1414 NDK_ARCH : darwin
1515
1616permissions :
@@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 build :
2121 name : Build
22- runs-on : macos-15
22+ runs-on : macos-15-intel
2323 outputs :
2424 npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2525 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
9393
9494 test :
9595 name : Test
96- runs-on : macos-15
96+ runs-on : macos-15-intel
9797 needs : build
9898 steps :
9999 - name : Harden the runner (Audit all outbound calls)
Original file line number Diff line number Diff line change 66 EMULATOR_NAME : " runtime-emu"
77 NDK_VERSION : r27d
88 ANDROID_API : 33
9- ANDROID_ABI : arm64-v8a
9+ ANDROID_ABI : x86_64
1010 NDK_ARCH : darwin
1111
1212
@@ -16,7 +16,7 @@ permissions:
1616jobs :
1717 build :
1818 name : Build
19- runs-on : macos-15
19+ runs-on : macos-15-intel
2020 outputs :
2121 npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2222 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
8484 path : test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
8585 test :
8686 name : Test
87- runs-on : macos-15
87+ runs-on : macos-15-intel
8888 needs : build
8989 steps :
9090 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
You can’t perform that action at this time.
0 commit comments