From 7f0c6a63353a687d19f603a7c765a026a4e4dc29 Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Sat, 16 Dec 2023 22:48:43 -0800 Subject: [PATCH] Update GitHub Actions --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index a874b3cbe..150865647 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -16,7 +16,7 @@ jobs: runs-on: macos-latest strategy: matrix: - api-level: [ 24, 29 ] + api-level: [ 33 ] target: [google_apis] steps: - name: checkout @@ -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