Skip to content

Commit 86b2e8c

Browse files
committed
GHA: Use GCC 13 for coverage
1 parent 4a07829 commit 86b2e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- { name: GCC w/ sanitizers, sanitize: yes,
6464
compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 }
6565
- { 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' }
66+
compiler: gcc-13, cxxstd: '11,14,17,2a', os: ubuntu-20.04, install: 'g++-13-multilib', address-model: '32,64' }
6767

6868
# Linux, clang
6969
- { compiler: clang-3.5, cxxstd: '11', os: ubuntu-latest, container: 'ubuntu:16.04' }

0 commit comments

Comments
 (0)