Skip to content

Commit

Permalink
Specify architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Feb 22, 2024
1 parent cfc3a0e commit d31a5d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [33]
include:
- api-level: 34
arch: x86_64
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
Expand All @@ -36,6 +38,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.api-level }}
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand All @@ -45,6 +48,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.api-level }}
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
Expand Down

0 comments on commit d31a5d4

Please sign in to comment.