@@ -395,10 +395,10 @@ jobs:
395395 fail-fast : false
396396 matrix :
397397 include :
398- - { toolset: msvc-14.2, cxxstd: '14,17,20', addrmd: '32,64', os: windows-2019 }
399398 - { name: Collect coverage, coverage: yes,
400399 toolset : msvc-14.3, cxxstd: '14,17,20', addrmd: '32,64', os: windows-2022 }
401- - { toolset: gcc, cxxstd: '03,11,14,17,2a', addrmd: '64', os: windows-2019 }
400+ - { toolset: msvc-14.4, cxxstd: '14,17,20', addrmd: '32,64', os: windows-2025 }
401+ - { toolset: gcc, cxxstd: '03,11,14,17,2a', addrmd: '64', os: windows-2022 }
402402
403403 runs-on : ${{matrix.os}}
404404 env : {ICU_VERSION: '71.1'}
@@ -571,8 +571,8 @@ jobs:
571571 - { os: ubuntu-latest, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles', icu: '71.1' }
572572 - { os: ubuntu-22.04, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles', icu: '72.1' }
573573 - { os: ubuntu-22.04, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles', icu: '73.1' }
574- - { os: windows-2019 , build_shared: ON, build_type: Debug, generator: 'Visual Studio 16 2019 ', icu: '71.1' }
575- - { os: windows-2019 , build_shared: OFF, build_type: Debug, generator: 'Visual Studio 16 2019 ', icu: '73.1' }
574+ - { os: windows-2022 , build_shared: ON, build_type: Debug, generator: 'Visual Studio 17 2022 ', icu: '71.1' }
575+ - { os: windows-2022 , build_shared: OFF, build_type: Debug, generator: 'Visual Studio 17 2022 ', icu: '73.1' }
576576
577577 timeout-minutes : 120
578578 runs-on : ${{matrix.os}}
0 commit comments