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 : r23c
1212 ANDROID_API : 29
13- ANDROID_ABI : arm64-v8a
13+ ANDROID_ABI : x86_64
1414 NDK_ARCH : darwin
1515
1616jobs :
1717 build :
1818 name : Build
19- runs-on : macos-14
19+ runs-on : macos-13
2020 outputs :
2121 npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
2222 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
7979 path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8080 test :
8181 name : Test
82- runs-on : macos-14
82+ runs-on : macos-13
8383 needs : build
8484 steps :
8585 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 66 EMULATOR_NAME : " runtime-emu"
77 NDK_VERSION : r23c
88 ANDROID_API : 29
9- ANDROID_ABI : arm64-v8a
9+ ANDROID_ABI : x86_64
1010 NDK_ARCH : darwin
1111
1212
1313jobs :
1414 build :
1515 name : Build
16- runs-on : macos-14
16+ runs-on : macos-13
1717 outputs :
1818 npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
1919 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
7676 path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
7777 test :
7878 name : Test
79- runs-on : macos-14
79+ runs-on : macos-13
8080 needs : build
8181 steps :
8282 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments