From 6fbedb6c533d8e61e15eb7433693e225777914f1 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 1 May 2024 10:26:15 -0700 Subject: [PATCH] Enable 24.04 CI Also switch to `actions/checkout@v4`. Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22112e3..715d7cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ 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 @@ -16,3 +16,12 @@ jobs: 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