We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3773396 commit 39e381bCopy full SHA for 39e381b
.github/pkl-workflows/release.pkl
@@ -47,12 +47,12 @@ jobs {
47
}
48
(job_matrix) {
49
target = "x86_64-pc-windows-gnu"
50
- os = "windows-2019"
+ os = "windows-2022"
51
`use-cross` = null
52
53
54
target = "x86_64-pc-windows-msvc"
55
56
57
58
.github/workflows/release.yml
@@ -36,9 +36,9 @@ jobs:
36
target: x86_64-apple-darwin
37
- os: ubuntu-22.04
38
target: x86_64-unknown-linux-gnu
39
- - os: windows-2019
+ - os: windows-2022
40
target: x86_64-pc-windows-gnu
41
42
target: x86_64-pc-windows-msvc
43
fail-fast: false
44
permissions:
0 commit comments