diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 47a911973..0dac4e358 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,7 +22,7 @@ concurrency: env: TERMUX: v0.118.0 KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc18 - COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect -metrics-collection + COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu off EMULATOR_DISK_SIZE: 12GB EMULATOR_HEAP_SIZE: 2048M EMULATOR_BOOT_TIMEOUT: 1200 # 20min @@ -36,15 +36,10 @@ jobs: matrix: os: [ubuntu-latest] # , macos-latest cores: [4] # , 6 - ram: [4096, 8192] + ram: [4096] api-level: [28] target: [google_apis_playstore] arch: [x86, x86_64] # , arm64-v8a - exclude: - - ram: 8192 - arch: x86 - - ram: 4096 - arch: x86_64 runs-on: ${{ matrix.os }} env: EMULATOR_RAM_SIZE: ${{ matrix.ram }}