Skip to content

Commit 6781823

Browse files
committed
ci: update ANDROID_ABI to arm64-v8a in workflow files
1 parent 2850b73 commit 6781823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
EMULATOR_NAME: "runtime-emu"
1111
NDK_VERSION: r27d
1212
ANDROID_API: 33
13-
ANDROID_ABI: x86_64
13+
ANDROID_ABI: arm64-v8a
1414
NDK_ARCH: darwin
1515

1616
permissions:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
EMULATOR_NAME: "runtime-emu"
77
NDK_VERSION: r27d
88
ANDROID_API: 33
9-
ANDROID_ABI: x86_64
9+
ANDROID_ABI: arm64-v8a
1010
NDK_ARCH: darwin
1111

1212

0 commit comments

Comments
 (0)