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:
221221 matrix :
222222 platform :
223223
224- - cmake_gen : ' "Visual Studio 16 2019 " -A "Win32"'
224+ - cmake_gen : ' "Visual Studio 17 2022 " -A "Win32"'
225225 msvc : true
226226 arch : win32
227227 python_arch : x86
228- os : windows-2019
228+ os : windows-2022
229229
230- - cmake_gen : ' "Visual Studio 16 2019 " -A "x64"'
230+ - cmake_gen : ' "Visual Studio 17 2022 " -A "x64"'
231231 msvc : true
232232 arch : x64
233233 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
240234 os : windows-2022
241235
242236 - cmake_gen : ' "Visual Studio 17 2022" -A "x64"'
243237 msvc : true
244238 arch : x64
245239 python_arch : x64
246- os : windows-2022
240+ os : windows-2025
247241
248242 build :
249243
You can’t perform that action at this time.
0 commit comments