From 674c98b5854fdfc599964b43e345801b4942e13c Mon Sep 17 00:00:00 2001 From: Amin Solhizadeh Date: Mon, 18 May 2026 11:21:12 +0200 Subject: [PATCH] Make sure it works on Windows VS 2026 --- .github/workflows/cache_libs.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache_libs.yml b/.github/workflows/cache_libs.yml index 7465e4a..f8f7b4f 100644 --- a/.github/workflows/cache_libs.yml +++ b/.github/workflows/cache_libs.yml @@ -87,7 +87,7 @@ jobs: - "ubuntu-22.04" - "ubuntu-22.04-arm" - "macos-latest" - - "windows-2022" + - "windows-2025-vs2026" - "windows-11-arm" runs-on: ${{ matrix.os }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 422b038..bb116b1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -96,7 +96,7 @@ jobs: && cibuildwheel --print-build-identifiers --platform macos \ | jq -nRc '{"only": inputs, "os": "macos-latest"}' \ && cibuildwheel --print-build-identifiers --platform windows \ - | jq -nRc '{"only": inputs, "os": "windows-2022"}' \ + | jq -nRc '{"only": inputs, "os": "windows-2025-vs2026"}' \ && cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \ | jq -nRc '{"only": inputs, "os": "windows-11-arm"}' } | jq -sc