Skip to content

Commit

Permalink
test if robustness can be improved by increasing RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 23, 2024
1 parent 7eb164e commit 0958c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
api-level: [28]
target: [default]
arch: [x86] # , arm64-v8a
arch: [x86, x86_64] # , arm64-v8a
env:
TERMUX: v0.118.0
steps:
Expand All @@ -49,7 +49,7 @@ jobs:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: ${{ matrix.arch }}
ram-size: 2048M
ram-size: 8GB
disk-size: 7GB
force-avd-creation: true
emulator-options: -no-window -no-snapshot-load -noaudio -no-boot-anim -camera-back none
Expand Down

0 comments on commit 0958c24

Please sign in to comment.