Skip to content

Commit 6558a4e

Browse files
committed
Use Ubuntu 24 for GCC 13 coverage
1 parent f4d7a9c commit 6558a4e

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
@@ -102,7 +102,7 @@ jobs:
102102
- { name: GCC w/ sanitizers, sanitize: yes,
103103
compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 }
104104
- { name: Collect coverage, coverage: yes,
105-
compiler: gcc-13, cxxstd: '11,2a', os: ubuntu-20.04, install: 'g++-13-multilib', address-model: '32,64' }
105+
compiler: gcc-13, cxxstd: '11,2a', os: ubuntu-24.04, install: 'g++-13-multilib', address-model: '32,64' }
106106

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

0 commit comments

Comments
 (0)