From ce6dd9b82234e0427801380286d87f5bae417cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 7 Jan 2022 16:22:25 +0100 Subject: [PATCH] Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f1515ba..22b0ad12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,11 +26,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,