Skip to content

Commit

Permalink
Try known good m1 mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 12, 2024
1 parent 6a34029 commit b39c355
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39c355

Please sign in to comment.