ci: Test on windows-2022 and windows-2025

windows-2019 is deprecated: https://github.com/actions/runner-images/issues/12045
This commit is contained in:
Florian Bruhin 2025-06-05 11:38:42 +02:00
parent 0b5f70f029
commit 9219869cb9
1 changed files with 4 additions and 1 deletions

View File

@ -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: