From f73415827c8a10863abc76a6783d514ebed9306f Mon Sep 17 00:00:00 2001 From: Syngnat Date: Sun, 24 May 2026 12:42:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(ci):=20=E9=80=82=E9=85=8D?= =?UTF-8?q?=20GitHub=20Actions=20Windows=20=E6=96=B0=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Windows 构建 runner 切换为 windows-2025-vs2026 - 覆盖 dev build、release 与 winget 发布流程 - 提前验证 VS 2026 镜像兼容性 --- .github/workflows/dev-build.yml | 4 ++-- .github/workflows/release-winget.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 4fb45fa..a73453c 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -128,7 +128,7 @@ jobs: artifact_suffix: "" build_optional_agents: true linux_webkit: "" - - os: windows-latest + - os: windows-2025-vs2026 platform: windows/amd64 os_name: Windows arch_name: Amd64 @@ -137,7 +137,7 @@ jobs: artifact_suffix: "" build_optional_agents: true linux_webkit: "" - - os: windows-latest + - os: windows-2025-vs2026 platform: windows/arm64 os_name: Windows arch_name: Arm64 diff --git a/.github/workflows/release-winget.yml b/.github/workflows/release-winget.yml index e4604b3..bba6b4b 100644 --- a/.github/workflows/release-winget.yml +++ b/.github/workflows/release-winget.yml @@ -12,7 +12,7 @@ on: jobs: publish: - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - uses: vedantmgoyal9/winget-releaser@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85a3dbd..5ae6071 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: artifact_suffix: "" build_optional_agents: true linux_webkit: "" - - os: windows-latest + - os: windows-2025-vs2026 platform: windows/amd64 os_name: Windows arch_name: Amd64 @@ -135,7 +135,7 @@ jobs: artifact_suffix: "" build_optional_agents: true linux_webkit: "" - - os: windows-latest + - os: windows-2025-vs2026 platform: windows/arm64 os_name: Windows arch_name: Arm64