Skip to content

Commit

Permalink
Lint and test on new Ubuntu 24.04 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed May 14, 2024
1 parent 0e6574d commit 86e5975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04

steps:
- name: Check out repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04

steps:
- name: Check out repository
Expand Down

0 comments on commit 86e5975

Please sign in to comment.