We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a07829 commit 86b2e8cCopy full SHA for 86b2e8c
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
- { name: GCC w/ sanitizers, sanitize: yes,
64
compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 }
65
- { name: Collect coverage, coverage: yes,
66
- compiler: gcc-8, cxxstd: '11,14,17,2a', os: ubuntu-20.04, install: 'g++-8-multilib', address-model: '32,64' }
+ compiler: gcc-13, cxxstd: '11,14,17,2a', os: ubuntu-20.04, install: 'g++-13-multilib', address-model: '32,64' }
67
68
# Linux, clang
69
- { compiler: clang-3.5, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }
0 commit comments