From 491fa2194aa559416116090e01565b8018349f53 Mon Sep 17 00:00:00 2001 From: Thibault Poignonec Date: Mon, 10 Jun 2024 18:14:40 +0200 Subject: [PATCH] run rolling CI on ubuntu:noble --- .github/workflows/ci-rolling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index 0e19669..f2ce4c1 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ubuntu:jammy + image: ubuntu:noble steps: - uses: actions/checkout@v4 - uses: ros-tooling/setup-ros@v0.7