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.
1 parent 361cf96 commit ed4b866Copy full SHA for ed4b866
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
matrix:
60
os:
61
- - windows-latest
+ - windows-2019
62
- macos-latest
63
runs-on: ${{ matrix.os }}
64
steps:
@@ -107,15 +107,15 @@ jobs:
107
build: [ win-msvc, win-gnu, win32-msvc ]
108
include:
109
- build: win-msvc
110
- os: windows-latest
+ os: windows-2019
111
rust: stable
112
target: x86_64-pc-windows-msvc
113
- build: win-gnu
114
115
rust: stable-x86_64-gnu
116
target: x86_64-pc-windows-gnu
117
- build: win32-msvc
118
119
120
target: i686-pc-windows-msvc
121
0 commit comments