From 727aae97dfecaaa5aa21e704982a168197b4a94c Mon Sep 17 00:00:00 2001 From: Ilia B Date: Fri, 7 Jul 2023 22:59:38 +0200 Subject: [PATCH] Use android 31 for testing --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b45486..29ef1f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -219,13 +219,13 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-30 + key: avd-31 - 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: 30 + api-level: 31 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false @@ -234,7 +234,7 @@ jobs: - name: Run tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 30 + api-level: 31 force-avd-creation: false emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true