File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
1919 include :
2020 - toolset : gcc-4.8
2121 cxxstd : " 11"
22- os : ubuntu-latest
2322 container : ubuntu:18.04
23+ os : ubuntu-latest
2424 install : g++-4.8
2525 - toolset : gcc-5
2626 cxxstd : " 11,14,1z"
27- os : ubuntu-latest
2827 container : ubuntu:18.04
28+ os : ubuntu-latest
2929 install : g++-5
3030 - toolset : gcc-6
3131 cxxstd : " 11,14,1z"
32- os : ubuntu-latest
3332 container : ubuntu:18.04
33+ os : ubuntu-latest
3434 install : g++-6
3535 - toolset : gcc-7
3636 cxxstd : " 11,14,17"
@@ -56,13 +56,13 @@ jobs:
5656 install : g++-12
5757 - toolset : gcc-13
5858 cxxstd : " 11,14,17,20,2b"
59+ container : ubuntu:24.04
5960 os : ubuntu-latest
60- container : ubuntu:23.04
6161 install : g++-13
6262 - toolset : gcc-14
6363 cxxstd : " 11,14,17,20,2b"
64- os : ubuntu-latest
6564 container : ubuntu:24.04
65+ os : ubuntu-latest
6666 install : g++-14
6767 - toolset : clang
6868 compiler : clang++-12
@@ -86,13 +86,13 @@ jobs:
8686 - toolset : clang
8787 compiler : clang++-16
8888 cxxstd : " 11,14,17,20,2b"
89- container : ubuntu:23 .04
89+ container : ubuntu:24 .04
9090 os : ubuntu-latest
9191 install : clang-16
9292 - toolset : clang
9393 compiler : clang++-17
9494 cxxstd : " 11,14,17,20,2b"
95- container : ubuntu:23.10
95+ container : ubuntu:24.04
9696 os : ubuntu-latest
9797 install : clang-17
9898 - toolset : clang
@@ -101,6 +101,12 @@ jobs:
101101 container : ubuntu:24.04
102102 os : ubuntu-latest
103103 install : clang-18
104+ - toolset : clang
105+ compiler : clang++-19
106+ cxxstd : " 11,14,17,20,2b"
107+ container : ubuntu:24.10
108+ os : ubuntu-latest
109+ install : clang-19
104110 - toolset : clang
105111 cxxstd : " 11,14,17,20,2b"
106112 os : macos-13
You can’t perform that action at this time.
0 commit comments