Skip to content

Commit

Permalink
Enable 24.04 CI (#129)
Browse files Browse the repository at this point in the history
Also switch to `actions/checkout@v4`.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored May 1, 2024
1 parent 3838ce6 commit d9456d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@ jobs:
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@jammy
with:
codecov-enabled: true
cpplint-enabled: true
doxygen-enabled: true
noble-ci:
runs-on: ubuntu-latest
name: Ubuntu Noble CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@noble

0 comments on commit d9456d6

Please sign in to comment.