ci: switch back to windows-latest

Prefer staying on the floating tag — accept GitHub's auto-redirect to
windows-2025-vs2026 in mid-2026 rather than pin and chase.
This commit is contained in:
2026-05-18 13:23:37 +07:00
parent 858d7f1139
commit 1ba2883989
+1 -4
View File
@@ -14,10 +14,7 @@ permissions:
jobs:
build:
# Pinned explicitly: `windows-latest` is being redirected to a newer image
# by GitHub in mid-2026 — pin the current Windows Server 2025 image so
# release behavior is deterministic across that transition.
runs-on: windows-2025
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
with: