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