File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 33
33
win64,
34
34
mingw32,
35
35
mingw64,
36
- windows-2019 ,
36
+ windows-2022 ,
37
37
]
38
38
cargo_flags : ['', '--release', '--features parallel']
39
39
include :
@@ -110,29 +110,25 @@ jobs:
110
110
rust : stable
111
111
target : x86_64-pc-windows-msvc
112
112
- build : mingw32
113
- # windows-latest, a.k.a. windows-2022, runner is equipped with
114
- # a newer mingw toolchain, which appears to produce unexecutable
115
- # mixed-language binaries in debug builds. Fall back to
116
- # windows-2019 for now and revisit it later...
117
- os : windows-2019
113
+ os : windows-2022
118
114
rust : stable-i686-gnu
119
115
target : i686-pc-windows-gnu
120
116
- build : mingw64
121
117
os : windows-latest
122
118
rust : stable-x86_64-gnu
123
119
target : x86_64-pc-windows-gnu
124
- - build : windows-2019
125
- os : windows-2019
120
+ - build : windows-2022
121
+ os : windows-2022
126
122
rust : stable-x86_64
127
123
target : x86_64-pc-windows-msvc
128
124
- build : windows-clang
129
- os : windows-2019
125
+ os : windows-2022
130
126
rust : stable
131
127
target : x86_64-pc-windows-msvc
132
128
CC : clang
133
129
CXX : clang++
134
130
- build : windows-clang-cl
135
- os : windows-2019
131
+ os : windows-2022
136
132
rust : stable
137
133
target : x86_64-pc-windows-msvc
138
134
CC : clang-cl
You can’t perform that action at this time.
0 commit comments