Skip to content

Commit

Permalink
Use Ubuntu 24 for GCC 13 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Nov 29, 2024
1 parent 86b2e8c commit 904ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- { name: GCC w/ sanitizers, sanitize: yes,
compiler: gcc-13, cxxstd: '11,14,17,20', os: ubuntu-24.04 }
- { name: Collect coverage, coverage: yes,
compiler: gcc-13, cxxstd: '11,14,17,2a', os: ubuntu-20.04, install: 'g++-13-multilib', address-model: '32,64' }
compiler: gcc-13, cxxstd: '11,14,17,2a', os: ubuntu-24.04, install: 'g++-13-multilib', address-model: '32,64' }

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

0 comments on commit 904ba0b

Please sign in to comment.