From ef4c7ff85a53a59764a21909ee5758a249b1185f Mon Sep 17 00:00:00 2001 From: minglipro Date: Fri, 25 Jul 2025 22:13:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 02eef57..2c29f12 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ on: - master jobs: Build: - runs-on: ubuntu-dev + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v4