|
59 | 59 | compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib gcc-multilib', address-model: '32,64' } |
60 | 60 |
|
61 | 61 | # Linux, clang |
62 | | - - { compiler: clang-10, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:20.04' } |
63 | | - - { compiler: clang-11, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:20.04' } |
64 | 62 | - { compiler: clang-12, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:20.04' } |
65 | 63 | - { compiler: clang-13, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:22.04' } |
66 | 64 | - { compiler: clang-14, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:22.04' } |
@@ -269,7 +267,6 @@ jobs: |
269 | 267 | fail-fast: false |
270 | 268 | matrix: |
271 | 269 | include: |
272 | | - - { toolset: msvc-14.0, cxxstd: 'latest', addrmd: '32,64', os: windows-2019 } |
273 | 270 | - { toolset: msvc-14.2, cxxstd: '17,20', addrmd: '32,64', os: windows-2019 } |
274 | 271 | - { toolset: msvc-14.3, cxxstd: '17,20,latest',addrmd: '32,64', os: windows-2022 } |
275 | 272 | - { name: Collect coverage, coverage: yes, |
|
0 commit comments