Skip to content

Commit 3605276

Browse files
committed
Update ci.yml
1 parent ddfaf00 commit 3605276

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,19 @@ jobs:
4242
- toolset: gcc-8
4343
cxxstd: "03,11,14,17,2a"
4444
os: ubuntu-18.04
45+
install: g++-8
4546
- toolset: gcc-9
4647
cxxstd: "03,11,14,17,2a"
4748
os: ubuntu-18.04
4849
- toolset: gcc-10
4950
cxxstd: "03,11,14,17,2a"
5051
os: ubuntu-18.04
52+
- toolset: gcc-11
53+
cxxstd: "03,11,14,17,2a"
54+
os: ubuntu-18.04
5155
- toolset: clang
5256
compiler: clang++-3.5
53-
cxxstd: "03,11,14"
57+
cxxstd: "03,11"
5458
os: ubuntu-16.04
5559
install: clang-3.5
5660
- toolset: clang
@@ -87,6 +91,7 @@ jobs:
8791
compiler: clang++-6.0
8892
cxxstd: "03,11,14,17"
8993
os: ubuntu-18.04
94+
install: clang-6.0
9095
- toolset: clang
9196
compiler: clang++-7
9297
cxxstd: "03,11,14,17"
@@ -96,14 +101,24 @@ jobs:
96101
compiler: clang++-8
97102
cxxstd: "03,11,14,17,2a"
98103
os: ubuntu-20.04
104+
install: clang-8
99105
- toolset: clang
100106
compiler: clang++-9
101107
cxxstd: "03,11,14,17,2a"
102108
os: ubuntu-20.04
109+
install: clang-9
103110
- toolset: clang
104111
compiler: clang++-10
105112
cxxstd: "03,11,14,17,2a"
106113
os: ubuntu-20.04
114+
- toolset: clang
115+
compiler: clang++-11
116+
cxxstd: "03,11,14,17,2a"
117+
os: ubuntu-20.04
118+
- toolset: clang
119+
compiler: clang++-12
120+
cxxstd: "03,11,14,17,2a"
121+
os: ubuntu-20.04
107122
- toolset: clang
108123
cxxstd: "03,11,14,17,2a"
109124
os: macos-10.15

0 commit comments

Comments
 (0)