Skip to content

Commit 00cf732

Browse files
committed
Public arm64 Ubuntu runner
1 parent 5f36518 commit 00cf732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-22.04 ]
20+
os: [ ubuntu-24.04-arm ]
2121
api: [ 28 ]
2222
tag: [ default ]
23-
abi: [ x86_64 ]
23+
abi: [ arm64 ]
2424
emulatorApi: [ 9 ]
2525
java_version: [ 17 ]
2626
steps:

0 commit comments

Comments
 (0)