diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a6e613fa0..771bfa819 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,14 +34,14 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-29 + key: avd-30 save-always: true - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 30 arch: x86_64 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none @@ -57,12 +57,12 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-29 + key: avd-30 - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 30 force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true