Update Windows CI to windows-2025

windows-2019 will be fully retired by the end of June, and 2025 is the latest version.
This commit is contained in:
Oliver Hamlet
2025-04-29 22:27:19 +01:00
parent cacf19c54f
commit 3c81bd50e2
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- windows-2019 - windows-2025
- ubuntu-24.04 - ubuntu-24.04
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}