@@ -28,11 +28,11 @@ def main(ctx):
2828 job (compiler = 'clang-3.9' , cxxstd = '11,14' , os = 'ubuntu-18.04' ),
2929 job (compiler = 'clang-4.0' , cxxstd = '11,14' , os = 'ubuntu-18.04' ),
3030 job (compiler = 'clang-5.0' , cxxstd = '11,14,1z' , os = 'ubuntu-18.04' ),
31- job (compiler = 'clang-6.0' , cxxstd = '11,14,17' , os = 'ubuntu-18 .04' ),
32- job (compiler = 'clang-7' , cxxstd = '11,14,17' , os = 'ubuntu-18 .04' ),
33- job (compiler = 'clang-8' , cxxstd = '11,14,17,2a' , os = 'ubuntu-18 .04' ),
34- job (compiler = 'clang-9' , cxxstd = '11,14,17,2a' , os = 'ubuntu-18 .04' ),
35- job (compiler = 'clang-10' , cxxstd = '11,14,17,2a' , os = 'ubuntu-18 .04' ),
31+ job (compiler = 'clang-6.0' , cxxstd = '11,14,17' , os = 'ubuntu-20 .04' ),
32+ job (compiler = 'clang-7' , cxxstd = '11,14,17' , os = 'ubuntu-20 .04' ),
33+ job (compiler = 'clang-8' , cxxstd = '11,14,17,2a' , os = 'ubuntu-20 .04' ),
34+ job (compiler = 'clang-9' , cxxstd = '11,14,17,2a' , os = 'ubuntu-20 .04' ),
35+ job (compiler = 'clang-10' , cxxstd = '11,14,17,2a' , os = 'ubuntu-20 .04' ),
3636 job (compiler = 'clang-11' , cxxstd = '11,14,17,2a' , os = 'ubuntu-22.04' ),
3737 job (compiler = 'clang-12' , cxxstd = '11,14,17,20' , os = 'ubuntu-22.04' ),
3838 job (compiler = 'clang-13' , cxxstd = '11,14,17,20,2b' , os = 'ubuntu-22.04' ),
@@ -46,7 +46,7 @@ def main(ctx):
4646 job (compiler = 'gcc-6' , cxxstd = '11,14,1z' , os = 'ubuntu-18.04' ),
4747 job (compiler = 'gcc-7' , cxxstd = '11,14,1z' , os = 'ubuntu-18.04' ),
4848 job (compiler = 'gcc-8' , cxxstd = '11,14,17,2a' , os = 'ubuntu-18.04' ),
49- job (compiler = 'gcc-9' , cxxstd = '11,14,17,2a' , os = 'ubuntu-18 .04' ),
49+ job (compiler = 'gcc-9' , cxxstd = '11,14,17,2a' , os = 'ubuntu-20 .04' ),
5050 job (compiler = 'gcc-10' , cxxstd = '11,14,17,20' , os = 'ubuntu-22.04' ),
5151 job (compiler = 'gcc-11' , cxxstd = '11,14,17,20,2b' , os = 'ubuntu-22.04' ),
5252 job (compiler = 'gcc-12' , cxxstd = '11,14,17,20,2b' , os = 'ubuntu-22.04' ),
@@ -99,10 +99,10 @@ def main(ctx):
9999 job (compiler = 'clang' , cxxstd = '11,14,17,20,2b' , os = 'osx-xcode-15.0.1' ),
100100 # ARM64
101101 job (compiler = 'clang-12' , cxxstd = '11,14,17,20' , os = 'ubuntu-20.04' , arch = 'arm64' , add_llvm = True ),
102- job (compiler = 'gcc-11' , cxxstd = '11,14,17,20' , os = 'ubuntu-20 .04' , arch = 'arm64' ),
102+ job (compiler = 'gcc-11' , cxxstd = '11,14,17,20' , os = 'ubuntu-22 .04' , arch = 'arm64' ),
103103 # S390x
104104 job (compiler = 'clang-12' , cxxstd = '11,14,17,20' , os = 'ubuntu-20.04' , arch = 's390x' , add_llvm = True ),
105- job (compiler = 'gcc-11' , cxxstd = '11,14,17,20' , os = 'ubuntu-20 .04' , arch = 's390x' ),
105+ job (compiler = 'gcc-11' , cxxstd = '11,14,17,20' , os = 'ubuntu-22 .04' , arch = 's390x' ),
106106 # Windows
107107 job (compiler = 'msvc-14.0' , cxxstd = None , os = 'windows' , env = {'B2_DONT_EMBED_MANIFEST' : 1 }),
108108 job (compiler = 'msvc-14.1' , cxxstd = None , os = 'windows' ),
0 commit comments