From 9cbc18dc6abb206e340288041f4e366e2c4d925c Mon Sep 17 00:00:00 2001 From: minglipro Date: Fri, 25 Jul 2025 22:16:41 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=20Java=208=20?= =?UTF-8?q?=E7=9A=84=E5=8F=91=E8=A1=8C=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Java 8 的发行源从 Microsoft 更改为 AdoptOpenJDK,以确保构建过程的稳定性和兼容性。 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 993f4c0..23d5173 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '8' - distribution: 'microsoft' + distribution: 'adopt' - name: build