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:22:25 +01:00
parent 4f85b8b2c8
commit ce6dd9b822

View File

@ -26,11 +26,6 @@ jobs:
os: ubuntu-latest, os: ubuntu-latest,
build_type: "Debug", cc: "gcc", cxx: "g++" 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", name: "macOS Latest Clang",
os: macos-latest, os: macos-latest,