From f194980f0dc6290c19c33ff856ee8f4bdc3068ed Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 2 Nov 2022 18:33:23 +0000 Subject: [PATCH] Switch back to API 23 but force AVD creation Change-Id: I3376aa2646f073f0de7dc57b96c465f5be6a3311 --- .github/workflows/Build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 7c828bebc..76d03c0fd 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 55 strategy: matrix: - api-level: [21, 26, 30] + api-level: [23, 26, 30] steps: - name: Checkout @@ -86,6 +86,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} + force-avd-creation: true arch: x86_64 disable-animations: true disk-size: 6000M