From 11792056f993264782a36eb1cd173e6a01d020a9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 5 Sep 2025 15:14:42 -0500 Subject: [PATCH] fix: missing wheel builds for Windows windows-2019 is no longer available on GitHub, we need to build wheels with windows-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8d1ef0..e8e30030 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: [ ubuntu-24.04-arm, ubuntu-latest, - windows-2019, + windows-latest, macos-13, macos-latest, ]