Skip to content

Commit

Permalink
ci: change target api from 29 to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Sep 8, 2024
1 parent 2e0e6fe commit ac63f32
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,18 +10,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [21, 26, 29, 31]
api-level: [21, 26, 31, 34]
include:
- api-level: 21
arch: 'x86'
target: default
- api-level: 26
arch: 'x86_64'
target: default
- api-level: 29
- api-level: 31
arch: 'x86_64'
target: google_apis
- api-level: 31
- api-level: 34
arch: 'x86_64'
target: google_apis
steps:
Expand Down

0 comments on commit ac63f32

Please sign in to comment.