diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 606a4c8a8..86e7b26af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: sdcard-path-or-size: 2048M cores: 4 disable-animations: false - heap-size: ${{ matrix.api-level != 25 && '512M' || '' }} + heap-size: 512M emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none channel: canary script: echo "Generated AVD snapshot for caching." @@ -85,7 +85,7 @@ jobs: force-avd-creation: false sdcard-path-or-size: 2048M disable-animations: true - heap-size: ${{ matrix.api-level != 25 && '512M' || '' }} + heap-size: 512M channel: canary script: bash contrib/instrumentation.sh