Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Dec 17, 2023
1 parent eca3888 commit 707c01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 24, 29 ]
api-level: [ 29 ]
target: [google_apis]
steps:
- name: checkout
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 21
distribution: 'temurin'

- name: Gradle cache
Expand Down

0 comments on commit 707c01b

Please sign in to comment.