Skip to content

Commit

Permalink
removed jammy github action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Oct 8, 2024
1 parent 50b3a2f commit 62c7a73
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,16 @@ on:
- 'main'

jobs:
jammy-ci:
noble-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
name: Ubuntu Noble CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and test
id: ci
uses: gazebo-tooling/action-gz-ci@jammy
uses: gazebo-tooling/action-gz-ci@noble
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 62c7a73

Please sign in to comment.