From 38556c1f13e7ef95c8ef6332971f4eea07fec557 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Mon, 20 Oct 2025 16:50:42 +0200 Subject: [PATCH] CI: Test C++26/2c again --- .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 1765253..8ea485e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: name: Run Boost.CI uses: boostorg/boost-ci/.github/workflows/reusable.yml@master with: - exclude_cxxstd: '98,03,0x,2c,26' + exclude_cxxstd: '98,03,0x' enable_pr_coverage: false enable_multiarch: false # Example of customization: