From 77050322d36542c20f9cfe40064764019090ad26 Mon Sep 17 00:00:00 2001 From: Nana Sakisaka <1901813+saki7@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:17:30 +0900 Subject: [PATCH] Drop MSVC 2022 --- .github/workflows/ci.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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: