From d3375a921debb550505a402152c9d223e919057c Mon Sep 17 00:00:00 2001 From: XiangRongLin <41164160+XiangRongLin@users.noreply.github.com> Date: Fri, 16 Jul 2021 10:19:58 +0200 Subject: [PATCH] Remove api level 29 from android ci tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da79aa35f..51789743e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,8 @@ jobs: strategy: matrix: # api-level 19 is min sdk, but throws errors related to desugaring - api-level: [ 21, 29 ] + # api-level 29 currently not working https://github.com/ReactiveCircus/android-emulator-runner/issues/168 + api-level: [ 21 ] steps: - uses: actions/checkout@v2