File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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 : " 03,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 : " 03,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 : " 03,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 : " 03,11,14,17"
@@ -68,20 +68,20 @@ jobs:
6868 - toolset : clang
6969 compiler : clang++-3.9
7070 cxxstd : " 03,11,14"
71- os : ubuntu-latest
7271 container : ubuntu:18.04
72+ os : ubuntu-latest
7373 install : clang-3.9
7474 - toolset : clang
7575 compiler : clang++-4.0
7676 cxxstd : " 03,11,14"
77- os : ubuntu-latest
7877 container : ubuntu:18.04
78+ os : ubuntu-latest
7979 install : clang-4.0
8080 - toolset : clang
8181 compiler : clang++-5.0
8282 cxxstd : " 03,11,14,1z"
83- os : ubuntu-latest
8483 container : ubuntu:18.04
84+ os : ubuntu-latest
8585 install : clang-5.0
8686 - toolset : clang
8787 compiler : clang++-6.0
You can’t perform that action at this time.
0 commit comments