We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-latest
windows-2019
1 parent ba51a3e commit 22d5476Copy full SHA for 22d5476
1 file changed
‎.github/workflows/build.yml‎
@@ -26,7 +26,7 @@ jobs:
26
target: "x86_64-apple-darwin"
27
cross: false
28
rust: stable
29
- - os: "windows-2019"
+ - os: "windows-latest"
30
target: "x86_64-pc-windows-msvc"
31
32
@@ -36,7 +36,7 @@ jobs:
36
target: "aarch64-apple-darwin"
37
cross: true
38
39
40
target: "aarch64-pc-windows-msvc"
41
42
0 commit comments