Skip to content

Commit 5dfd355

Browse files
committed
use windows 2022 in CI
1 parent 8f6fe69 commit 5dfd355

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
win64,
3434
mingw32,
3535
mingw64,
36-
windows-2019,
36+
windows-2022,
3737
]
3838
cargo_flags: ['', '--release', '--features parallel']
3939
include:
@@ -110,29 +110,25 @@ jobs:
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

0 commit comments

Comments
 (0)