From 5b05b608307be3fd7e97e6406dbbea0267c608dd Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 19 Jun 2026 13:55:28 +0300 Subject: [PATCH] Switch to Windows 2022 to use the same Visual Studio. --- .github/workflows/build_wheels_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels_windows.yml b/.github/workflows/build_wheels_windows.yml index 72dd53e8..6d560af3 100644 --- a/.github/workflows/build_wheels_windows.yml +++ b/.github/workflows/build_wheels_windows.yml @@ -17,7 +17,7 @@ on: jobs: Build: - runs-on: windows-2025 + runs-on: windows-2022 strategy: fail-fast: false matrix: