Skip to content

Commit

Permalink
use more recent ubuntu24.04 lts to get an up to date lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
accosmin committed Jun 23, 2024
1 parent 631f783 commit b385f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ concurrency:

jobs:
lcov:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup
run: bash scripts/setup_ubuntu2204.sh --default
run: bash scripts/setup_ubuntu2404.sh --default
- name: coverage (gcc, lcov)
run: |
CXX=g++ GCOV=gcov bash scripts/build.sh --suffix lcov -DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down

0 comments on commit b385f33

Please sign in to comment.