From 4a18777cc9f306a7fadabe0a4504f90531da5543 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Sun, 3 May 2026 17:31:20 -0700 Subject: [PATCH] ci: drop retired windows-2019 from test matrix GitHub retired the windows-2019 runner image in mid-2025; jobs targeting it now fail at "Set up job" with a transient "Failed to resolve action download info" error. Drop it from the matrix. windows-2022 and windows-2025 already cover the Windows surface, so no coverage is lost. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a5dfab..ffb815b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,6 @@ jobs: - macOS-14-xlarge # arm64 - macOS-14 - macOS-15 - - windows-2019 - windows-2022 - windows-2025