Skip to content

Commit

Permalink
Merge pull request #654 from cole-miller/noble
Browse files Browse the repository at this point in the history
github: Test on Ubuntu Noble
  • Loading branch information
cole-miller authored May 22, 2024
2 parents a4ed77b + 2b2982d commit e155da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
compiler:
- gcc
- clang
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: Coverage
env:
CC: ${{ matrix.compiler }}
if: ${{ matrix.compiler == 'gcc' }}
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.compiler == 'gcc' }}
run: |
make code-coverage-capture
Expand Down

0 comments on commit e155da5

Please sign in to comment.