From 1880d73d7c58f9fe213f82aae4f8d3030e4bf2b3 Mon Sep 17 00:00:00 2001 From: momo-mnsjtxy <122842784+momo-mnsjtxy@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:41:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E5=9B=BA=E5=AE=9A=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20Windows=202022=20=E8=BF=90=E8=A1=8C=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 GitHub Actions 运行器从 windows-latest 改为 windows-2022 - 确保构建环境稳定性和可重复性 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1625141..216b533 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build-release: - runs-on: windows-latest + runs-on: windows-2022 permissions: contents: write steps: