Skip to content

Commit 4d2f64b

Browse files
committed
chore(ci): split tests for windows 2022 and windows 2025
1 parent 6c9abee commit 4d2f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ${{ matrix.os }}
104104
strategy:
105105
matrix:
106-
os: [ windows-latest ]
106+
os: [ "windows-2022", "windows-2025" ]
107107
python-version: ["3.10", "3.11", "3.12", "3.13"]
108108

109109
steps:

0 commit comments

Comments
 (0)