Skip to content

Commit 904ba0b

Browse files
committed
Use Ubuntu 24 for GCC 13 coverage
1 parent 86b2e8c commit 904ba0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-13, cxxstd: '11,14,17,2a', os: ubuntu-20.04, install: 'g++-13-multilib', address-model: '32,64' }
66+
compiler: gcc-13, cxxstd: '11,14,17,2a', os: ubuntu-24.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)