Update the default jobs for 2.11-git
Compare changes
+ 44
− 10
@@ -22,17 +22,32 @@ workflow:
@@ -41,17 +56,36 @@ ubuntu:24.04 gcc-14-23:
After the 2.10 release we wanted to increase the minimal compiler versions to test. I propose the following as minimal versions:
-std=c++20
activated-std=c++20
activated and -stdlib=libc++
Both compilers would support c++20 concepts and the concepts library. The gcc-10 compiler is available in debian 11 (bullseye) and ubuntu 20.04, the clang-13 compiler also in debian >= 11, ubuntu >= 22.04 (and it can be installed also in older versions of debian and ubuntu by apt.llvm.org)
Requires docker/ci!147 (merged) to be merged before. (Add clang-13 compiler to the ubuntu 23.04 toolchain)