From 5bf0d0519bf474c28a67fea17b7a78f2f89ca55e Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 7 Jan 2026 16:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E6=89=93?= =?UTF-8?q?=E5=8C=85=E7=9A=84jdk=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e41eeb5f..4f8b03f06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: cp Release.txt LICENSE release/ cat Release.txt - - name: Set up JDK 1.8 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: # Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个 @@ -72,4 +72,4 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{ env.ZIP_FILE_NAME }} \ No newline at end of file + files: ${{ env.ZIP_FILE_NAME }}