From 9219869cb93c9ba2ed5d33a05374a81d25673b88 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 5 Jun 2025 11:38:42 +0200 Subject: [PATCH] ci: Test on windows-2022 and windows-2025 windows-2019 is deprecated: https://github.com/actions/runner-images/issues/12045 --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3195a222b..e381121a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,10 @@ jobs: args: "tests/unit" # Only run unit tests on macOS ### Windows - testenv: py313-pyqt69 - os: windows-2019 + os: windows-2022 + python: "3.13" + - testenv: py313-pyqt69 + os: windows-2025 python: "3.13" runs-on: "${{ matrix.os }}" steps: