From 5c917354a15479bd03984764565bdd16c4a777e3 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Mon, 6 Jul 2026 08:28:04 +0100 Subject: [PATCH] 609: Re-enable windows pie.exe builds with VS22 Use windows-2022 which has VS22 still (windows-2025 moved to VC26) https://github.blog/changelog/2026-02-05-github-actions-early-february-2026-updates/#windows-server-2025-with-visual-studio-2026-image-now-available-for-github-hosted-runners --- .github/workflows/build-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-assets.yml b/.github/workflows/build-assets.yml index 41503677..b16099e0 100644 --- a/.github/workflows/build-assets.yml +++ b/.github/workflows/build-assets.yml @@ -79,7 +79,7 @@ jobs: - ubuntu-24.04-arm - macos-15-intel - macos-26 -# - windows-2025 - disabled for now, seems broken + - windows-2022 permissions: contents: read # id-token:write is required for build provenance attestation.