Skip to content

Commit

Permalink
use x86_64 images on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Apr 28, 2024
1 parent b1bd6ed commit e2bcaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
profile: 5.1in WVGA # low resolution: faster. This has no software buttons
arch: arm64-v8a # must be used on macOS images
arch: x86_64
disk-size: 2G # needed for saving org and json files. We need 2 GB for API 34
force-avd-creation: false
# The emulator is picky on these parameters. For...
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: arm64-v8a
arch: x86_64
profile: 5.4in FWVGA
disk-size: 500M
force-avd-creation: false
Expand Down

0 comments on commit e2bcaab

Please sign in to comment.