From 78c805495434bcc187cf4e4951d762e92e011c03 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 17 Aug 2025 16:40:03 +0200 Subject: [PATCH] chore(ci): Split windows ci tests to 2022 and 2025 respectively --- .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 f16e2efcf..fa626388d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-latest ] + os: [ "windows-2022", "windows-2025" ] python-version: ["3.11", "3.12", "3.13.6"] steps: