Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months

This commit is contained in:
Sébastien Rombauts 2022-01-07 16:21:26 +01:00
parent a5aa46732d
commit 4f85b8b2c8

View File

@ -20,11 +20,6 @@ jobs:
os: ubuntu-latest,
build_type: "Debug", cc: "gcc", cxx: "g++"
}
- {
name: "Ubuntu 16.04 GCC",
os: ubuntu-16.04,
build_type: "Debug", cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang",
os: macos-latest,