Skip to content

Commit

Permalink
Revert emulator architecture to x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Nov 13, 2023
1 parent 7c6a77f commit f8bf4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: arm64-v8a
arch: x86_64
profile: pixel_6_pro
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand All @@ -84,7 +84,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: arm64-v8a
arch: x86_64
profile: pixel_6_pro
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
Expand Down

0 comments on commit f8bf4f0

Please sign in to comment.