File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
EMULATOR_NAME : " runtime-emu"
11
11
NDK_VERSION : r23c
12
12
ANDROID_API : 29
13
- ANDROID_ABI : x86_64
13
+ ANDROID_ABI : arm64
14
14
NDK_ARCH : darwin
15
15
16
16
jobs :
17
17
build :
18
18
name : Build
19
- runs-on : macos-latest
19
+ runs-on : macos-14
20
20
outputs :
21
21
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
22
22
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
79
79
path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
80
80
test :
81
81
name : Test
82
- runs-on : macos-latest
82
+ runs-on : macos-14
83
83
needs : build
84
84
steps :
85
85
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 6
6
EMULATOR_NAME : " runtime-emu"
7
7
NDK_VERSION : r23c
8
8
ANDROID_API : 29
9
- ANDROID_ABI : x86_64
9
+ ANDROID_ABI : arm64
10
10
NDK_ARCH : darwin
11
11
12
12
13
13
jobs :
14
14
build :
15
15
name : Build
16
- runs-on : macos-latest
16
+ runs-on : macos-14
17
17
outputs :
18
18
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
19
19
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
76
76
path : dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
77
77
test :
78
78
name : Test
79
- runs-on : macos-latest
79
+ runs-on : macos-14
80
80
needs : build
81
81
steps :
82
82
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments