Skip to content

Commit b6d3af2

Browse files
committed
fix: use newer windows in ci
1 parent 3773396 commit b6d3af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pkl-workflows/release.pkl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs {
4747
}
4848
(job_matrix) {
4949
target = "x86_64-pc-windows-gnu"
50-
os = "windows-2019"
50+
os = "windows-2022"
5151
`use-cross` = null
5252
}
5353
(job_matrix) {
5454
target = "x86_64-pc-windows-msvc"
55-
os = "windows-2019"
55+
os = "windows-2022"
5656
`use-cross` = null
5757
}
5858
}

0 commit comments

Comments
 (0)