From 47008b00743c85d4eb110e82bbf6013906b40777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 3 May 2023 22:54:00 +0200 Subject: [PATCH] Avoid GCC 4.4, too old to support, even in C+03 [skip ci] --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b0348d..a48006a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,15 +24,6 @@ jobs: matrix: include: # Linux, gcc - - toolset: gcc-4.4 - cxxstd: "98,0x" - address-model: 32,64 - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.4-multilib - sources: - - "ppa:ubuntu-toolchain-r/test" - toolset: gcc-4.6 cxxstd: "03,0x" address-model: 32,64