diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f4f6cb7..7a77a5d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Automated tests strategy: matrix: - api-level: [ 33 ] + api-level: [ 24, 30, 33 ] fail-fast: false runs-on: macos-11 steps: