From 256004a446f4ff98c324577661dd3eef3767dfc1 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 9 Jun 2025 02:53:18 +0300 Subject: [PATCH] Remove gcc 4.8 and 4.9 GitHub Actions jobs. These compilers don't provide std::is_trivially_copyable type trait, which is now required. --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e3d64c..18c3376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,18 +33,6 @@ jobs: matrix: include: # Linux, gcc - - toolset: gcc-4.8 - cxxstd: "11" - os: ubuntu-latest - container: ubuntu:18.04 - install: - - g++-4.8 - - toolset: gcc-4.9 - cxxstd: "11" - os: ubuntu-latest - container: ubuntu:16.04 - install: - - g++-4.9 - toolset: gcc-5 cxxstd: "11,14,1z" os: ubuntu-latest