Skip to content

Commit 09bb89c

Browse files
committed
Use correct windows version
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5b88ee3 commit 09bb89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019, windows-2022, windows-2024]
61+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019, windows-2022, windows-2025]
6262
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
6363

6464
steps:

0 commit comments

Comments
 (0)