Skip to content

Commit

Permalink
Use a specified OS version for all lint tests
Browse files Browse the repository at this point in the history
The switch to a newer ubuntu-24.04 also imported a set of lint tests
that do not match anything the dev systems are using.
  • Loading branch information
hamishcoleman committed Dec 12, 2024
1 parent 99ffa5e commit 0d4d19b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

smoketest_all_opts:
name: Smoke test With all options turned on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Generate coverage reports
run: |
make gcov
make cover COVERAGEDIR=coverage/ubuntu-latest
make cover COVERAGEDIR=coverage/ubuntu-22.04
shell: bash

- name: Upload gcovr report artifact
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

lint:
name: Code syntax
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d4d19b

Please sign in to comment.