From ffdd653d73e7c5c2f35e8dfd544f495f74a4cb9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:30:01 +0000 Subject: [PATCH] Clean up unused matrix include fields Co-authored-by: carsonRadtke <10507970+carsonRadtke@users.noreply.github.com> --- .github/workflows/compilers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 69996b3..b923a81 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -88,8 +88,6 @@ jobs: # Regular MSVC builds use Ninja (from preset) - toolset: '' generator_override: '' - build_config_args: '' - test_config_args: '' # ClangCL builds require Visual Studio generator - toolset: 'ClangCL' generator_override: '-G "Visual Studio 17 2022" -T ClangCL'