@@ -22,13 +22,13 @@ jobs:
2222 }
2323 - {
2424 name : macos-x64-gcc,
25- os : macos-13 ,
25+ os : macos-latest ,
2626 cxx : g++,
2727 cmake-build-type : Release
2828 }
2929 - {
3030 name : macos-x64-clang,
31- os : macos-13 ,
31+ os : macos-latest ,
3232 cxx : clang++,
3333 cmake-build-type : Release
3434 }
@@ -48,32 +48,16 @@ jobs:
4848 cmake-build-type : Debug
4949 }
5050 - {
51- name : windows-x64-vs-2019,
52- os : windows-2019,
53- cmake-build-type : Release,
54- cmake-generator : Visual Studio 16 2019,
55- cmake-platform : x64,
56- vcpkg-triplet : x64-windows-static-md
57- }
58- - {
59- name : windows-x86-vs-2019,
60- os : windows-2019,
61- cmake-build-type : Release,
62- cmake-generator : Visual Studio 16 2019,
63- cmake-platform : Win32,
64- vcpkg-triplet : x86-windows-static-md
65- }
66- - {
67- name : windows-x64-vs-2022,
68- os : windows-2022,
51+ name : windows-x64-vs-2025,
52+ os : windows-2025,
6953 cmake-build-type : Release,
7054 cmake-generator : Visual Studio 17 2022,
7155 cmake-platform : x64,
7256 vcpkg-triplet : x64-windows-static-md
7357 }
7458 - {
75- name : windows-x86-vs-2022 ,
76- os : windows-2022 ,
59+ name : windows-x86-vs-2025 ,
60+ os : windows-2025 ,
7761 cmake-build-type : Release,
7862 cmake-generator : Visual Studio 17 2022,
7963 cmake-platform : Win32,
0 commit comments