From 60995edb413793c85b0dfdaaf15ee5b2024f9977 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 13 Jan 2021 05:01:44 +0200 Subject: [PATCH] Remove g++ 4.7 from GHA --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ea2fde..164c184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,6 @@ jobs: fail-fast: false matrix: include: - - toolset: gcc-4.7 - cxxstd: "03,11" - os: ubuntu-16.04 - install: g++-4.7 - toolset: gcc-4.8 cxxstd: "03,11" os: ubuntu-16.04