File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 3333 win64,
3434 mingw32,
3535 mingw64,
36- windows-2019 ,
36+ windows-2022 ,
3737 ]
3838 cargo_flags : ['', '--release', '--features parallel']
3939 include :
@@ -102,37 +102,33 @@ jobs:
102102 target : aarch64-pc-windows-msvc
103103 no_run : --no-run
104104 - build : win32
105- os : windows-2019
105+ os : windows-2022
106106 rust : stable-i686-msvc
107107 target : i686-pc-windows-msvc
108108 - build : win64
109109 os : windows-latest
110110 rust : stable
111111 target : x86_64-pc-windows-msvc
112112 - 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
118114 rust : stable-i686-gnu
119115 target : i686-pc-windows-gnu
120116 - build : mingw64
121117 os : windows-latest
122118 rust : stable-x86_64-gnu
123119 target : x86_64-pc-windows-gnu
124- - build : windows-2019
125- os : windows-2019
120+ - build : windows-2022
121+ os : windows-2022
126122 rust : stable-x86_64
127123 target : x86_64-pc-windows-msvc
128124 - build : windows-clang
129- os : windows-2019
125+ os : windows-2022
130126 rust : stable
131127 target : x86_64-pc-windows-msvc
132128 CC : clang
133129 CXX : clang++
134130 - build : windows-clang-cl
135- os : windows-2019
131+ os : windows-2022
136132 rust : stable
137133 target : x86_64-pc-windows-msvc
138134 CC : clang-cl
You can’t perform that action at this time.
0 commit comments