From 1ba288398961b3a95a5bbab5bb4ef715d79760c8 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 18 May 2026 13:23:37 +0700 Subject: [PATCH] ci: switch back to windows-latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prefer staying on the floating tag — accept GitHub's auto-redirect to windows-2025-vs2026 in mid-2026 rather than pin and chase. --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0ed524..0d9ff4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: