Clarify legacy compiler tests in build_cmake.yml

This commit is contained in:
Steffen Schümann 2025-12-27 16:46:31 +01:00
parent 8bc001414b
commit 770f1ae251

View File

@ -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