Skip to content

Commit e56a371

Browse files
committed
Remove old gcc 4.6-4.7 from regression tests
1 parent 464c61c commit e56a371

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)