From d8f62621090b72a9a933f778ba29b88813b2b8f7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 27 Mar 2024 22:34:00 +0200 Subject: [PATCH] Add GCC 4.9 to GHA --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f33e1b..29a038d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,11 @@ jobs: os: ubuntu-latest container: ubuntu:18.04 install: g++-4.8 + - toolset: gcc-4.9 + cxxstd: "03,11" + os: ubuntu-latest + container: ubuntu:16.04 + install: g++-4.9 - toolset: gcc-5 cxxstd: "03,11,14,1z" os: ubuntu-latest