From 6b5e6c5b7d0f8ca047af3ccea2b1cb8200252008 Mon Sep 17 00:00:00 2001 From: Christian Chwala Date: Sat, 11 Oct 2025 22:38:46 +0200 Subject: [PATCH] set windows-latest in ci config --- .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 0a88120..a89aaae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - runs-on: [ubuntu-latest, macos-latest, windows-2022] + runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v5