We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3e9a5 commit 256004aCopy full SHA for 256004a
1 file changed
.github/workflows/ci.yml
@@ -33,18 +33,6 @@ jobs:
33
matrix:
34
include:
35
# Linux, gcc
36
- - toolset: gcc-4.8
37
- cxxstd: "11"
38
- os: ubuntu-latest
39
- container: ubuntu:18.04
40
- install:
41
- - g++-4.8
42
- - toolset: gcc-4.9
43
44
45
- container: ubuntu:16.04
46
47
- - g++-4.9
48
- toolset: gcc-5
49
cxxstd: "11,14,1z"
50
os: ubuntu-latest
0 commit comments