Skip to content

Commit

Permalink
use arm64 images for github macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CampelloManuel committed Apr 28, 2024
1 parent 2881312 commit 97fde6b
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 @@ -70,7 +70,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
profile: 5.1in WVGA # low resolution: faster. This has no software buttons
arch: x86_64 # faster
arch: arm64-v8a # must be used on macOS images
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 @@ -101,7 +101,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
arch: arm64-v8a
profile: 5.4in FWVGA
disk-size: 500M
force-avd-creation: false
Expand Down

0 comments on commit 97fde6b

Please sign in to comment.