Skip to content

Commit

Permalink
fix: default 30 does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Oct 3, 2024
1 parent e1075f7 commit 465a448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
config:
- { abi: x86_64, api-level: 34 }
- { abi: x86, api-level: 30 }
- { abi: x86, api-level: 29 }
uses: ./.github/workflows/android-ubuntu-integration-test-ci.yaml
needs: [create-timestamp, android-build]
with:
Expand Down

0 comments on commit 465a448

Please sign in to comment.