We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826df25 commit ce82e7fCopy full SHA for ce82e7f
1 file changed
.github/workflows/ci.yml
@@ -108,20 +108,6 @@ jobs:
108
- g++-13
109
110
# Linux, clang
111
- - toolset: clang
112
- compiler: clang++-3.5
113
- cxxstd: "11"
114
- os: ubuntu-latest
115
- container: ubuntu:16.04
116
- install:
117
- - clang-3.5
118
119
- compiler: clang++-3.6
120
- cxxstd: "11,14"
121
122
123
124
- - clang-3.6
125
- toolset: clang
126
compiler: clang++-3.7
127
cxxstd: "11,14"
0 commit comments