Skip to content

Commit

Permalink
fix: reduce range of api-levels
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 18, 2024
1 parent 1fc5bc1 commit aa6f6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [21, 29, 31, 33, 34, 35]
api-level: [21, 29, 35]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aa6f6a2

Please sign in to comment.