From 378b11e510e60d792345d7f8f930bdced1df0c9e Mon Sep 17 00:00:00 2001 From: John David Taylor Date: Fri, 3 May 2024 07:07:33 -0400 Subject: [PATCH] Update android.yml version 12 doesn't exist. Go figure. --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b1321c34..52aa56bf 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'zulu' # See 'Supported distributions' for available options - java-version: '12' + java-version: '13' - name: run tests uses: reactivecircus/android-emulator-runner@v2