Browse Source

[godot] Use Java 17 for Android template build

Mario Zechner 11 months ago
parent
commit
1883f1e894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/spine-godot.yml

+ 1 - 1
.github/workflows/spine-godot.yml

@@ -203,7 +203,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-3