From 183cd3f3f5d7ca2b22e0a93e5d30eda79c19ad2c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 20 Jan 2024 04:21:04 +0300 Subject: [PATCH] Removed gcc-4.7 from GHA CI. Boost.System has dropped support for gcc-4.7. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b7e8e5..2730345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,6 @@ jobs: matrix: include: # Linux, gcc - - toolset: gcc-4.7 - cxxstd: "11" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.7 - toolset: gcc-4.8 cxxstd: "11" os: ubuntu-latest