Skip to content

Commit

Permalink
Use arch arm64-v8a for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Jul 25, 2024
1 parent 9ca75cf commit e66b706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/android-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 30
emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
arch: x86_64
arch: arm64-v8a
script: ./gradlew :cukeulator:connectedCheck -PdisableAnimations=true

0 comments on commit e66b706

Please sign in to comment.