From 0c1a8cce25e1c69b6affab0a0e69aee292b13a20 Mon Sep 17 00:00:00 2001 From: minglipro Date: Fri, 25 Jul 2025 22:15:32 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20GitHub=20Actions=20?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将构建运行环境从 ubuntu-dev 修改为 ubuntu-latest --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2c29f12..993f4c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '8' + distribution: 'microsoft' - name: build