Skip to content

Commit a4bacbd

Browse files
committed
update android test to use arm based emulator for api 36
1 parent 4308999 commit a4bacbd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ jobs:
1717
with:
1818
java-version: 17
1919

20-
- name: Sdl Android Tests
21-
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
20+
- name: SDL Android Tests (ARM64)
2221
uses: reactivecircus/android-emulator-runner@v2
2322
with:
24-
api-level: 36
23+
api-level: 36
24+
target: google_apis
25+
arch: arm64-v8a
2526
cores: 1
2627
ram-size: 6144
2728
heap-size: 512
28-
arch: x86_64
2929
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
30+
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
3031

3132
- name: Hello Sdl Android Tests
3233
run: ./android/gradlew -p ./android/hello_sdl_android test

0 commit comments

Comments
 (0)