From e56a3714e9bd539476e6d07e8ff4334ef07fc442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 7 Nov 2025 23:51:52 +0100 Subject: [PATCH] Remove old gcc 4.6-4.7 from regression tests --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 540a61c..f9fdead 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,26 +26,6 @@ jobs: #------------------ # Linux, gcc #------------------ - # Linux, gcc-4.6 - - toolset: gcc-4.6 - cxxstd: "03,0x" - cxxflags: -pipe - address-model: 32,64 - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.6-multilib - sources: - - "ppa:ubuntu-toolchain-r/test" - # Linux, gcc-4.7 - - toolset: gcc-4.7 - cxxstd: "03,11" - cxxflags: -pipe - address-model: 32,64 - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.7-multilib # Linux, gcc-4.8 - toolset: gcc-4.8 cxxstd: "03,11"