浏览代码

[godot] Use Java 17 for Android template build

Mario Zechner 11 月之前
父节点
当前提交
1883f1e894
共有 1 个文件被更改,包括 1 次插入1 次删除
  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