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