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