From c321e5b53e6d9ec16838ae10b33c9144dd5ade79 Mon Sep 17 00:00:00 2001 From: Federico Iosue Date: Sun, 6 Mar 2022 12:27:06 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b336f10e..6b0ed6b63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: Run unit/instrumentation tests and coverage generation uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 30 arch: x86_64 emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim disable-animations: true