@@ -196,7 +196,7 @@ jobs:
196196 - ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
197197 - macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
198198 - macos-14 # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
199- - windows-2019 # https://github.com/actions/runner-images/blob/main/images/windows/Windows2019 -Readme.md
199+ - windows-2022 # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022 -Readme.md
200200 python-version :
201201 - " 3.9"
202202 - " 3.10"
@@ -250,15 +250,15 @@ jobs:
250250
251251 # Avoid extra resources for windows build
252252 - is-full-run : false
253- os : windows-2019
253+ os : windows-2022
254254 python-version : " 3.9"
255255
256256 - is-full-run : false
257- os : windows-2019
257+ os : windows-2022
258258 python-version : " 3.10"
259259
260260 - is-full-run : false
261- os : windows-2019
261+ os : windows-2022
262262 python-version : " 3.11"
263263
264264 # avoid unnecessary use of mac resources
@@ -328,14 +328,14 @@ jobs:
328328
329329 # #########
330330 # Windows
331- - name : Python Build Steps (Windows 2019 )
331+ - name : Python Build Steps (Windows 2022 )
332332 run : make dist-py-cibw
333333 env :
334334 CIBW_BUILD : " ${{ matrix.cibuildwheel }}-win_amd64"
335- CSP_GENERATOR : " Visual Studio 16 2019 "
335+ CSP_GENERATOR : " Visual Studio 17 2022 "
336336 VCPKG_DEFAULT_BINARY_CACHE : C:\\Users\\runneradmin\\AppData\\Local\\vcpkg_cache
337337 VCPKG_DOWNLOADS : C:\\Users\\runneradmin\\AppData\\Local\\vcpkg_download_cache
338- if : ${{ matrix.os == 'windows-2019 ' }}
338+ if : ${{ matrix.os == 'windows-2022 ' }}
339339
340340 # #########
341341 # Common
@@ -433,7 +433,7 @@ jobs:
433433 - ubuntu-24.04
434434 - macos-13
435435 - macos-14
436- - windows-2019
436+ - windows-2022
437437 python-version :
438438 - 3.9
439439 - " 3.10"
@@ -451,15 +451,15 @@ jobs:
451451
452452 # Avoid extra resources for windows build
453453 - is-full-run : false
454- os : windows-2019
454+ os : windows-2022
455455 python-version : " 3.9"
456456
457457 - is-full-run : false
458- os : windows-2019
458+ os : windows-2022
459459 python-version : " 3.10"
460460
461461 - is-full-run : false
462- os : windows-2019
462+ os : windows-2022
463463 python-version : " 3.11"
464464
465465 # avoid unnecessary use of mac resources
@@ -650,7 +650,7 @@ jobs:
650650 strategy :
651651 matrix :
652652 os :
653- - ubuntu-20 .04
653+ - ubuntu-24 .04
654654 python-version :
655655 - 3.9
656656 package :
0 commit comments