From d67097458d1af0177da9d5591e25706e42ffda63 Mon Sep 17 00:00:00 2001 From: Mungo Gill Date: Fri, 23 Jan 2026 10:08:53 +0000 Subject: [PATCH] Also test on MSVC with error-checked standard library --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32940ad6..add9a2e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -335,7 +335,7 @@ jobs: source-dir: boost-root modules: capy toolset: ${{ matrix.b2-toolset }} - build-variant: ${{ matrix.build-type }} + build-variant: ${{ (matrix.compiler == 'msvc' && 'debug,release') || matrix.build-type }} cxx: ${{ steps.setup-cpp.outputs.cxx || matrix.cxx || '' }} cxxstd: ${{ matrix.cxxstd }} address-model: ${{ (matrix.x86 && '32') || '64' }}