diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16a3616..46faacc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,7 @@ jobs: strategy: fail-fast: false matrix: - # We skip 27 - no x86_64 + google_apis seems to be available for that level? - api-level: [22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34] + api-level: [26, 28, 30, 33] steps: - uses: actions/checkout@v4