From fd9479ca3f4f3990918ca7564afd7aca2627a98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20V=C3=A1zquez?= Date: Wed, 19 Aug 2020 12:44:44 +0200 Subject: [PATCH] Downgrade emulator version for better stability (#363) --- .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 43540a767..e4c31c379 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - uses: reactivecircus/android-emulator-runner@v2.11.0 name: Run tests with: - api-level: 29 + api-level: 28 profile: Nexus 6 headless: true disable-animations: true