diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c278634..a573079 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: matrix: os: [ubuntu] config: [Debug, Release] - standard: [c++11, c++14, c++17, c++20] + standard: [c++14, c++17, c++20] name: ${{matrix.os}}-${{matrix.config}}-${{matrix.standard}} runs-on: ${{matrix.os}}-latest