Skip to content

Commit

Permalink
Removed gcc 4.6 and 4.7 from GitHub Actions CI.
Browse files Browse the repository at this point in the history
These compilers are not supported by Boost.SmartPtr and Boost.Optional,
which are used in tests.
  • Loading branch information
Lastique committed Oct 10, 2024
1 parent ce030ab commit 8b83324
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@ jobs:
matrix:
include:
# Linux, gcc
- toolset: gcc-4.6
cxxstd: "0x"
os: ubuntu-latest
container: ubuntu:16.04
install:
- g++-4.6
sources:
- "ppa:ubuntu-toolchain-r/test"
- 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
Expand Down

0 comments on commit 8b83324

Please sign in to comment.