[godot] Update GH workflow for Android to use JDK 17

This commit is contained in:
Mario Zechner 2023-12-07 13:26:38 +01:00
parent 38fa8800f3
commit 63f75dcd38

View File

@ -235,7 +235,7 @@ jobs:
- name: Set up Java 11
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Setup python and scons
uses: ./.github/actions/setup-godot-deps