From 101b6b463c29990efd29db1daafd38ae90fc82da Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 8 Jul 2025 16:04:19 +0200 Subject: [PATCH] Pick a shorter simple set of CI test targets --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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