🔧 chore(ci): 适配 GitHub Actions Windows 新镜像

- 将 Windows 构建 runner 切换为 windows-2025-vs2026

- 覆盖 dev build、release 与 winget 发布流程

- 提前验证 VS 2026 镜像兼容性
This commit is contained in:
Syngnat
2026-05-24 12:42:41 +08:00
parent d414a38877
commit f73415827c
3 changed files with 5 additions and 5 deletions

View File

@@ -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