File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -221,29 +221,23 @@ jobs:
221
221
matrix :
222
222
platform :
223
223
224
- - cmake_gen : ' "Visual Studio 16 2019 " -A "Win32"'
224
+ - cmake_gen : ' "Visual Studio 17 2022 " -A "Win32"'
225
225
msvc : true
226
226
arch : win32
227
227
python_arch : x86
228
- os : windows-2019
228
+ os : windows-2022
229
229
230
- - cmake_gen : ' "Visual Studio 16 2019 " -A "x64"'
230
+ - cmake_gen : ' "Visual Studio 17 2022 " -A "x64"'
231
231
msvc : true
232
232
arch : x64
233
233
python_arch : x64
234
- os : windows-2019
235
-
236
- - cmake_gen : ' "Visual Studio 17 2022" -A "Win32"'
237
- msvc : true
238
- arch : win32
239
- python_arch : x86
240
234
os : windows-2022
241
235
242
236
- cmake_gen : ' "Visual Studio 17 2022" -A "x64"'
243
237
msvc : true
244
238
arch : x64
245
239
python_arch : x64
246
- os : windows-2022
240
+ os : windows-2025
247
241
248
242
build :
249
243
You can’t perform that action at this time.
0 commit comments