Skip to content

Commit

Permalink
ci: bump api level to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 27, 2023
1 parent 660437d commit cec0634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [21, 26, 29]
api-level: [21, 26, 30]
include:
- api-level: 21
arch: 'x86'
- api-level: 26
arch: 'x86_64'
- api-level: 29
arch: 'arm64-v8a'
- api-level: 30
arch: 'x86_64'
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cec0634

Please sign in to comment.