Pick a shorter simple set of CI test targets

This commit is contained in:
Tim Perry
2025-07-08 16:12:51 +02:00
parent f884bfdace
commit 101b6b463c
+1 -2
View File
@@ -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