We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e970dc4 commit 3be74c4Copy full SHA for 3be74c4
.github/workflows/ci.yml
@@ -26,24 +26,6 @@ jobs:
26
#------------------
27
# Linux, gcc
28
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
43
44
45
46
- - g++-4.7-multilib
47
# Linux, gcc-4.8
48
- toolset: gcc-4.8
49
cxxstd: "03,11"
0 commit comments