Skip to content

Commit 35bc33f

Browse files
ci: use a newer windows runner image (#760)
GitHub is deprecating the old Windows image, this changes from windows-2019 to windows-2022.
1 parent aea4817 commit 35bc33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ targets = [
213213
]
214214
os_type = [
215215
"ubuntu-24.04",
216-
"windows-2019",
216+
"windows-2022",
217217
"macos-14",
218218
]
219219

@@ -226,7 +226,7 @@ targets = [
226226
]
227227
os_type = [
228228
"ubuntu-24.04",
229-
"windows-2019",
229+
"windows-2022",
230230
"macos-14"
231231
]
232232

0 commit comments

Comments
 (0)