From 39f8e6523747f2a2759cb38e4bc46cfca0cdfb6c Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 18 Jul 2021 10:00:08 +0200 Subject: [PATCH] Fix Emulator CI (#5278) --- .github/workflows/android-emulator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-emulator.yml b/.github/workflows/android-emulator.yml index 8f9ee2fa3..eed69911a 100644 --- a/.github/workflows/android-emulator.yml +++ b/.github/workflows/android-emulator.yml @@ -21,7 +21,7 @@ jobs: - name: Android Emulator test uses: ReactiveCircus/android-emulator-runner@v2 with: - api-level: 28 + api-level: 27 disable-animations: true script: zsh .github/workflows/runTests.sh - uses: actions/upload-artifact@v2