diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-17 11:01:36 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-17 15:08:03 -0700 |
commit | 56ce2d94c5e1733cd92608fcccfe1bc15d3729b1 (patch) | |
tree | 9afe02691c764f95a2d8aea9d3c04b95b38e537f /.github/workflows/android_builds.yml | |
parent | 30f2a6d611b1c9a3decae8964c5737e63e63ebce (diff) | |
download | redot-engine-56ce2d94c5e1733cd92608fcccfe1bc15d3729b1.tar.gz |
Bump the java version to version 17
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r-- | .github/workflows/android_builds.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index ea97ef023d..495f643e56 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -20,11 +20,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Java 11 + - name: Set up Java 17 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Setup Godot build cache uses: ./.github/actions/godot-cache |