mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-31 13:39:48 +08:00
🔧 chore(ci): 适配 GitHub Actions Windows 新镜像
- 将 Windows 构建 runner 切换为 windows-2025-vs2026 - 覆盖 dev build、release 与 winget 发布流程 - 提前验证 VS 2026 镜像兼容性
This commit is contained in:
2
.github/workflows/release-winget.yml
vendored
2
.github/workflows/release-winget.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2025-vs2026
|
||||
steps:
|
||||
- uses: vedantmgoyal9/winget-releaser@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user