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:
parent
0b5f70f029
commit
9219869cb9
|
|
@ -211,7 +211,10 @@ jobs:
|
||||||
args: "tests/unit" # Only run unit tests on macOS
|
args: "tests/unit" # Only run unit tests on macOS
|
||||||
### Windows
|
### Windows
|
||||||
- testenv: py313-pyqt69
|
- testenv: py313-pyqt69
|
||||||
os: windows-2019
|
os: windows-2022
|
||||||
|
python: "3.13"
|
||||||
|
- testenv: py313-pyqt69
|
||||||
|
os: windows-2025
|
||||||
python: "3.13"
|
python: "3.13"
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue