diff --git a/.github/workflows/ci-ubuntu.yml b/.github/workflows/ci-ubuntu.yml index f044383..f212fd0 100644 --- a/.github/workflows/ci-ubuntu.yml +++ b/.github/workflows/ci-ubuntu.yml @@ -53,8 +53,8 @@ jobs: - name: Loop over build_types (Debug, Release) with cpp_standard 23 for compilers supporting that run: | - # g++-10 does not support Cpp-23 - if [ ${{matrix.compiler}} != clang++-13 ] && [ ${{matrix.compiler}} != g++-10 ] + # g++-10 does not support C++23 + if [ ${{matrix.compiler}} != g++-10 ] then cpp_standard=23 for build_type in Debug Release