diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c0b8083e5c..f8452e0c99 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,16 +19,15 @@ jobs: - name: Sdl Android Tests # For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner - uses: ReactiveCircus/android-emulator-runner@v2.30.1 + uses: reactivecircus/android-emulator-runner@v2 with: - avd-name: arm64Emu + api-level: 29 + arch: arm64-v8a + profile: pixel_4a + force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none channel: canary disable-animations: true - api-level: 34 - target: google_apis - ram-size: 6000m - arch: arm64-v8a script: ./android/gradlew -p ./android :sdl_android:connectedCheck - name: Hello Sdl Android Tests