Skip to content

Commit 4308999

Browse files
committed
try arm runner with api level 36
1 parent 3f58414 commit 4308999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test_Android:
7-
runs-on: macos-15-intel
7+
runs-on: macos-26
88
steps:
99

1010
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
2121
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
2222
uses: reactivecircus/android-emulator-runner@v2
2323
with:
24-
api-level: 35
24+
api-level: 36
2525
cores: 1
2626
ram-size: 6144
2727
heap-size: 512

0 commit comments

Comments
 (0)