Skip to content

Commit b39c355

Browse files
committed
Try known good m1 mac runner
1 parent 6a34029 commit b39c355

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/android.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ jobs:
1919

2020
- name: Sdl Android Tests
2121
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
22-
uses: ReactiveCircus/android-emulator-runner@v2.30.1
22+
uses: reactivecircus/android-emulator-runner@v2
2323
with:
24-
avd-name: arm64Emu
24+
api-level: 29
25+
arch: arm64-v8a
26+
profile: pixel_4a
27+
force-avd-creation: false
2528
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
2629
channel: canary
2730
disable-animations: true
28-
api-level: 34
29-
target: google_apis
30-
ram-size: 6000m
31-
arch: arm64-v8a
3231
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
3332

3433
- name: Hello Sdl Android Tests

0 commit comments

Comments
 (0)