Skip to content

Commit 39e381b

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
target: x86_64-apple-darwin
3737
- os: ubuntu-22.04
3838
target: x86_64-unknown-linux-gnu
39-
- os: windows-2019
39+
- os: windows-2022
4040
target: x86_64-pc-windows-gnu
41-
- os: windows-2019
41+
- os: windows-2022
4242
target: x86_64-pc-windows-msvc
4343
fail-fast: false
4444
permissions:

0 commit comments

Comments
 (0)