diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e3867cd..5eb0696e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: strategy: fail-fast: false matrix: - toolset: [ clang, gcc ] + toolset: [ clang, gcc-11 ] steps: - uses: actions/checkout@v2 with: