File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -221,29 +221,29 @@ 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
234
+ os : windows-2022
235
235
236
236
- cmake_gen : ' "Visual Studio 17 2022" -A "Win32"'
237
237
msvc : true
238
238
arch : win32
239
- python_arch : x86
240
- os : windows-2022
239
+ python_arch : x64
240
+ os : windows-2025
241
241
242
242
- cmake_gen : ' "Visual Studio 17 2022" -A "x64"'
243
243
msvc : true
244
244
arch : x64
245
245
python_arch : x64
246
- os : windows-2022
246
+ os : windows-2025
247
247
248
248
build :
249
249
You can’t perform that action at this time.
0 commit comments