Skip to content

Commit 4b68743

Browse files
committed
Add gcc-12, clang-13, clang-14 to ci.yml
1 parent 3f43588 commit 4b68743

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,27 @@ jobs:
2727
install: g++-6
2828
- toolset: gcc-7
2929
cxxstd: "03,11,14,17"
30-
os: ubuntu-18.04
30+
os: ubuntu-20.04
31+
install: g++-7
3132
- toolset: gcc-8
3233
cxxstd: "03,11,14,17,2a"
33-
os: ubuntu-18.04
34+
os: ubuntu-20.04
3435
install: g++-8
3536
- toolset: gcc-9
3637
cxxstd: "03,11,14,17,2a"
3738
os: ubuntu-20.04
3839
- toolset: gcc-10
3940
cxxstd: "03,11,14,17,2a"
40-
os: ubuntu-18.04
41+
os: ubuntu-20.04
42+
install: g++-10
4143
- toolset: gcc-11
4244
cxxstd: "03,11,14,17,2a"
43-
os: ubuntu-18.04
45+
os: ubuntu-20.04
4446
install: g++-11
47+
- toolset: gcc-12
48+
cxxstd: "03,11,14,17,20,2b"
49+
os: ubuntu-22.04
50+
install: g++-12
4551
- toolset: clang
4652
compiler: clang++-3.9
4753
cxxstd: "03,11,14"
@@ -89,6 +95,16 @@ jobs:
8995
compiler: clang++-12
9096
cxxstd: "03,11,14,17,2a"
9197
os: ubuntu-20.04
98+
- toolset: clang
99+
compiler: clang++-13
100+
cxxstd: "03,11,14,17,20,2b"
101+
os: ubuntu-22.04
102+
install: clang-13
103+
- toolset: clang
104+
compiler: clang++-14
105+
cxxstd: "03,11,14,17,20,2b"
106+
os: ubuntu-22.04
107+
install: clang-14
92108
- toolset: clang
93109
cxxstd: "03,11,14,17,2a"
94110
os: macos-11

0 commit comments

Comments
 (0)