diff --git a/.github/workflows/linux-simple-builds.yml b/.github/workflows/linux-simple-builds.yml index 4cca3161..e4b5a632 100644 --- a/.github/workflows/linux-simple-builds.yml +++ b/.github/workflows/linux-simple-builds.yml @@ -9,8 +9,6 @@ jobs: strategy: matrix: cxx: - - g++-5 - - g++-6 - g++-7 - g++-8 - g++-9 @@ -23,10 +21,6 @@ jobs: build_type: [Debug, Release] std: [14] include: - - cxx: g++-5 - other_pkgs: g++-5 - - cxx: g++-6 - other_pkgs: g++-6 - cxx: g++-7 other_pkgs: g++-7 - cxx: g++-8