diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f31d64..00bb93e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,6 @@ jobs: os: - name: ubuntu version: 24.04 - - name: windows - version: 2022 - name: windows version: 2025-vs2026 build_type: @@ -72,34 +70,16 @@ jobs: version: 21 executable: clang++-21 cxxflags: -stdlib=libc++ -fcolor-diagnostics - - name: MSVC - toolset: msvc - version: 2022 - toolset_version: 14.44 - vs-path: C:\Program Files\Microsoft Visual Studio\2022\Enterprise - cmake_config_additional_args: -G "Visual Studio 17 2022" - builder_additional_args: -- "-consoleLoggerParameters:ForceConsoleColor" - executable: cl - name: MSVC toolset: msvc version: 2026 - toolset_version: 14.50 + toolset_version: 14.51 vs-path: C:\Program Files\Microsoft Visual Studio\18\Enterprise cmake_config_additional_args: -G "Visual Studio 18 2026" builder_additional_args: -- "-consoleLoggerParameters:ForceConsoleColor" executable: cl exclude: - - os: - name: windows - version: 2022 - compiler: - version: 2026 - - os: - name: windows - version: 2025-vs2026 - compiler: - version: 2022 - os: name: windows compiler: