diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf1647..788a66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: instrumented: strategy: matrix: - api-level: [ 24, 29, 31 ] + api-level: [ 29, 31 ] runs-on: macos-latest name: Test API ${{ matrix.api-level }} needs: verify