Browse Source

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

Mario Zechner 1 year ago
parent
commit
63f75dcd38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/spine-godot-v4.yml

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

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