diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a61555081..0f95afdec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: needs: build strategy: matrix: - api-level: [ 30 ] + api-level: [ 29 ] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c91c6fa49..2e4e54e0a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [ 30 ] + api-level: [ 29 ] steps: - name: Checkout code uses: actions/checkout@v3