|
80 | 80 | os: ubuntu-latest |
81 | 81 | install: g++-14-multilib |
82 | 82 | address-model: 32,64 |
| 83 | + - toolset: gcc-15 |
| 84 | + cxxstd: "11,14,17,20,23,2c" |
| 85 | + container: ubuntu:25.10 |
| 86 | + os: ubuntu-latest |
| 87 | + install: g++-15-multilib |
| 88 | + address-model: 32,64 |
83 | 89 | - toolset: clang |
84 | 90 | compiler: clang++-3.9 |
85 | 91 | cxxstd: "11,14" |
@@ -183,14 +189,26 @@ jobs: |
183 | 189 | os: ubuntu-latest |
184 | 190 | install: clang-19 |
185 | 191 | - toolset: clang |
186 | | - cxxstd: "11,14,17,20,2b" |
187 | | - os: macos-13 |
| 192 | + compiler: clang++-20 |
| 193 | + cxxstd: "11,14,17,20,23,2c" |
| 194 | + container: ubuntu:24.04 |
| 195 | + os: ubuntu-latest |
| 196 | + install: clang-20 |
| 197 | + - toolset: clang |
| 198 | + compiler: clang++-21 |
| 199 | + cxxstd: "11,14,17,20,23,2c" |
| 200 | + container: ubuntu:25.10 |
| 201 | + os: ubuntu-latest |
| 202 | + install: clang-21 |
188 | 203 | - toolset: clang |
189 | 204 | cxxstd: "11,14,17,20,2b" |
190 | 205 | os: macos-14 |
191 | 206 | - toolset: clang |
192 | | - cxxstd: "11,14,17,20,2b" |
| 207 | + cxxstd: "11,14,17,20,23,2c" |
193 | 208 | os: macos-15 |
| 209 | + - toolset: clang |
| 210 | + cxxstd: "11,14,17,20,23,2c" |
| 211 | + os: macos-26 |
194 | 212 |
|
195 | 213 | runs-on: ${{matrix.os}} |
196 | 214 |
|
@@ -270,7 +288,7 @@ jobs: |
270 | 288 | addrmd: 32,64 |
271 | 289 | os: windows-2022 |
272 | 290 | - toolset: clang-win |
273 | | - cxxstd: "14,17,latest" |
| 291 | + cxxstd: "14,17,20,latest" |
274 | 292 | addrmd: 32,64 |
275 | 293 | os: windows-2025 |
276 | 294 | - toolset: gcc |
|
0 commit comments