Skip to content

Commit 45db3ae

Browse files
committed
wip
1 parent e74bb1e commit 45db3ae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
compiler: gcc-13, cxxstd: '2b', os: ubuntu-24.04, install: 'g++-13-multilib gcc-multilib', address-model: '32,64' }
6060

6161
# 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' }
6462
- { compiler: clang-12, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:20.04' }
6563
- { compiler: clang-13, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:22.04' }
6664
- { compiler: clang-14, cxxstd: '20', os: ubuntu-latest, container: 'ubuntu:22.04' }
@@ -269,7 +267,6 @@ jobs:
269267
fail-fast: false
270268
matrix:
271269
include:
272-
- { toolset: msvc-14.0, cxxstd: 'latest', addrmd: '32,64', os: windows-2019 }
273270
- { toolset: msvc-14.2, cxxstd: '17,20', addrmd: '32,64', os: windows-2019 }
274271
- { toolset: msvc-14.3, cxxstd: '17,20,latest',addrmd: '32,64', os: windows-2022 }
275272
- { name: Collect coverage, coverage: yes,

0 commit comments

Comments
 (0)