diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 13a8901..a4c8d0f 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -158,7 +158,8 @@ jobs: path-to-lcov: ${{ github.workspace }}/build/coverage.info github-token: ${{ secrets.GITHUB_TOKEN }} - # Optional: Legacy compilers via Docker + # Legacy compilers via Docker + # Tests with officially supported minimum versions (GCC 5.5+, Clang 6+) legacy-compilers: name: "Docker ${{ matrix.compiler }} ${{ matrix.version }}" runs-on: ubuntu-latest