From cd546285c48d1df6df231bea4b4c87e73c50ab42 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Fri, 3 Oct 2025 12:03:44 +0200 Subject: [PATCH] CI: Don't test C++26/2c --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3c2026..a218baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: call-boost-ci: name: Run Boost.CI uses: boostorg/boost-ci/.github/workflows/reusable.yml@master + with: + exclude_cxxstd: '98,03,0x,2c,26' # Example of customization: # with: # enable_reflection: true