From 148d2bec8dcefa99e34bf9e410796c0af1c44fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=89=E1=85=A1=E1=86=BC=E1=84=92?= =?UTF-8?q?=E1=85=A7=E1=86=AB?= Date: Wed, 22 Jun 2022 10:28:41 +0900 Subject: [PATCH] =?UTF-8?q?yml=20=ED=8C=8C=EC=9D=BC=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=E3=85=A0b3=20ref:=20https://github.com/ReactiveCircus/andro?= =?UTF-8?q?id-emulator-runner/issues/161?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4c41b4d..864bdae 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -33,7 +33,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [ 32 ] + api-level: [ 29 ] steps: - name: checkout