diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-04-30 10:31:00 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-04-30 11:09:42 +0300 |
| commit | a31ddfd9c4e294f29b9203463022d0eac11cecc5 (patch) | |
| tree | 0d25533e737dc219560e0c11bc14a66518001378 /.github/workflows | |
| parent | 4a7836fe42a7bc0664d912246c5fbf17f240d152 (diff) | |
ci: Drop old compilers which may not have std::format
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 77221f5..eccafb2 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,24 +13,6 @@ jobs: config: - { os: ubuntu-24.04, - cc: "gcc-10", - cxx: "g++-10", - deps: "gcc-10 g++-10" - } - - { - os: ubuntu-24.04, - cc: "gcc-11", - cxx: "g++-11", - deps: "gcc-11 g++-11" - } - - { - os: ubuntu-24.04, - cc: "gcc-12", - cxx: "g++-12", - deps: "gcc-12 g++-12" - } - - { - os: ubuntu-24.04, cc: "gcc-13", cxx: "g++-13", deps: "gcc-13 g++-13" |
