Skip to content

Commit 3be74c4

Browse files
committed
Remove old gcc 4.6-4.7 from regression tests
1 parent e970dc4 commit 3be74c4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,6 @@ jobs:
2626
#------------------
2727
# Linux, gcc
2828
#------------------
29-
# Linux, gcc-4.6
30-
- toolset: gcc-4.6
31-
cxxstd: "03,0x"
32-
address-model: 32,64
33-
os: ubuntu-latest
34-
container: ubuntu:16.04
35-
install:
36-
- g++-4.6-multilib
37-
sources:
38-
- "ppa:ubuntu-toolchain-r/test"
39-
# Linux, gcc-4.7
40-
- toolset: gcc-4.7
41-
cxxstd: "03,11"
42-
address-model: 32,64
43-
os: ubuntu-latest
44-
container: ubuntu:16.04
45-
install:
46-
- g++-4.7-multilib
4729
# Linux, gcc-4.8
4830
- toolset: gcc-4.8
4931
cxxstd: "03,11"

0 commit comments

Comments
 (0)