Skip to content

Commit

Permalink
Revert back to not using arm
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Feb 12, 2024
1 parent b39c355 commit 0d41d27
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
test_Android:
runs-on: macos-14
runs-on: macos-13
steps:

- name: Checkout
Expand All @@ -21,13 +21,8 @@ jobs:
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v2
with:
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
arch: x86_64
script: ./android/gradlew -p ./android :sdl_android:connectedCheck

- name: Hello Sdl Android Tests
Expand Down

0 comments on commit 0d41d27

Please sign in to comment.