@@ -19,41 +19,44 @@ jobs:
19
19
include :
20
20
- toolset : gcc-4.8
21
21
cxxstd : " 11"
22
- os : ubuntu-latest
23
22
container : ubuntu:18.04
23
+ os : ubuntu-latest
24
24
install : g++-4.8-multilib
25
25
address-model : 32,64
26
26
- toolset : gcc-5
27
27
cxxstd : " 11,14,1z"
28
- os : ubuntu-latest
29
28
container : ubuntu:18.04
29
+ os : ubuntu-latest
30
30
install : g++-5-multilib
31
31
address-model : 32,64
32
32
- toolset : gcc-6
33
33
cxxstd : " 11,14,1z"
34
- os : ubuntu-latest
35
34
container : ubuntu:18.04
35
+ os : ubuntu-latest
36
36
install : g++-6-multilib
37
37
address-model : 32,64
38
38
- toolset : gcc-7
39
39
cxxstd : " 11,14,17"
40
- os : ubuntu-latest
41
40
container : ubuntu:18.04
41
+ os : ubuntu-latest
42
42
install : g++-7-multilib
43
43
address-model : 32,64
44
44
- toolset : gcc-8
45
45
cxxstd : " 11,14,17,2a"
46
- os : ubuntu-20.04
46
+ container : ubuntu:20.04
47
+ os : ubuntu-latest
47
48
install : g++-8-multilib
48
49
address-model : 32,64
49
50
- toolset : gcc-9
50
51
cxxstd : " 11,14,17,2a"
51
- os : ubuntu-20.04
52
+ container : ubuntu:20.04
53
+ os : ubuntu-latest
52
54
install : g++-9-multilib
53
55
address-model : 32,64
54
56
- toolset : gcc-10
55
57
cxxstd : " 11,14,17,2a"
56
- os : ubuntu-20.04
58
+ container : ubuntu:20.04
59
+ os : ubuntu-latest
57
60
install : g++-10-multilib
58
61
address-model : 32,64
59
62
- toolset : gcc-11
@@ -73,61 +76,74 @@ jobs:
73
76
install : g++-13-multilib
74
77
address-model : 32,64
75
78
- toolset : gcc-14
76
- cxxstd : " 11,14,17,20,2b "
79
+ cxxstd : " 11,14,17,20,23,2c "
77
80
os : ubuntu-latest
78
81
container : ubuntu:24.04
79
82
install : g++-14-multilib
80
83
address-model : 32,64
84
+ - toolset : gcc-15
85
+ cxxstd : " 11,14,17,20,23,2c"
86
+ os : ubuntu-latest
87
+ container : ubuntu:25.04
88
+ install : g++-15-multilib
89
+ address-model : 32,64
81
90
- toolset : clang
82
91
compiler : clang++-3.9
83
92
cxxstd : " 11,14"
84
- os : ubuntu-latest
85
93
container : ubuntu:18.04
94
+ os : ubuntu-latest
86
95
install : clang-3.9
87
96
- toolset : clang
88
97
compiler : clang++-4.0
89
98
cxxstd : " 11,14"
90
- os : ubuntu-latest
91
99
container : ubuntu:18.04
100
+ os : ubuntu-latest
92
101
install : clang-4.0
93
102
- toolset : clang
94
103
compiler : clang++-5.0
95
104
cxxstd : " 11,14,1z"
96
- os : ubuntu-latest
97
105
container : ubuntu:18.04
106
+ os : ubuntu-latest
98
107
install : clang-5.0
99
108
- toolset : clang
100
109
compiler : clang++-6.0
101
110
cxxstd : " 11,14,17"
102
- os : ubuntu-20.04
111
+ container : ubuntu:20.04
112
+ os : ubuntu-latest
103
113
install : clang-6.0
104
114
- toolset : clang
105
115
compiler : clang++-7
106
116
cxxstd : " 11,14,17"
107
- os : ubuntu-20.04
117
+ container : ubuntu:20.04
118
+ os : ubuntu-latest
108
119
install : clang-7
109
120
- toolset : clang
110
121
compiler : clang++-8
111
122
cxxstd : " 11,14,17"
112
- os : ubuntu-20.04
123
+ container : ubuntu:20.04
124
+ os : ubuntu-latest
113
125
install : clang-8
114
126
- toolset : clang
115
127
compiler : clang++-9
116
128
cxxstd : " 11,14,17,2a"
117
- os : ubuntu-20.04
129
+ container : ubuntu:20.04
130
+ os : ubuntu-latest
118
131
install : clang-9
119
132
- toolset : clang
120
133
compiler : clang++-10
121
134
cxxstd : " 11,14,17,2a"
122
- os : ubuntu-20.04
135
+ container : ubuntu:20.04
136
+ os : ubuntu-latest
123
137
- toolset : clang
124
138
compiler : clang++-11
125
139
cxxstd : " 11,14,17,2a"
126
- os : ubuntu-20.04
140
+ container : ubuntu:20.04
141
+ os : ubuntu-latest
127
142
- toolset : clang
128
143
compiler : clang++-12
129
144
cxxstd : " 11,14,17,20"
130
- os : ubuntu-20.04
145
+ container : ubuntu:20.04
146
+ os : ubuntu-latest
131
147
- toolset : clang
132
148
compiler : clang++-13
133
149
cxxstd : " 11,14,17,20,2b"
@@ -166,8 +182,14 @@ jobs:
166
182
install : clang-18
167
183
- toolset : clang
168
184
compiler : clang++-19
169
- cxxstd : " 11,14,17,20,2b"
170
- container : ubuntu:24.10
185
+ cxxstd : " 11,14,17,20,23,2c"
186
+ container : ubuntu:24.04
187
+ os : ubuntu-latest
188
+ install : clang-19
189
+ - toolset : clang
190
+ compiler : clang++-20
191
+ cxxstd : " 11,14,17,20,23,2c"
192
+ container : ubuntu:25.04
171
193
os : ubuntu-latest
172
194
install : clang-19
173
195
- toolset : clang
@@ -310,7 +332,6 @@ jobs:
310
332
fail-fast : false
311
333
matrix :
312
334
include :
313
- - os : ubuntu-20.04
314
335
- os : ubuntu-22.04
315
336
- os : ubuntu-24.04
316
337
- os : macos-13
@@ -359,7 +380,6 @@ jobs:
359
380
fail-fast : false
360
381
matrix :
361
382
include :
362
- - os : ubuntu-20.04
363
383
- os : ubuntu-22.04
364
384
- os : ubuntu-24.04
365
385
- os : macos-13
@@ -418,7 +438,6 @@ jobs:
418
438
fail-fast : false
419
439
matrix :
420
440
include :
421
- - os : ubuntu-20.04
422
441
- os : ubuntu-22.04
423
442
- os : ubuntu-24.04
424
443
- os : macos-13
0 commit comments