From 6e3a0ce8505f979ac849eea0b94fd536557b1cfe Mon Sep 17 00:00:00 2001 From: Patrick Roncagliolo Date: Mon, 28 Oct 2024 10:17:41 +0100 Subject: [PATCH] Align with latest `rolling` docker image --- .github/workflows/rolling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rolling.yaml b/.github/workflows/rolling.yaml index 7ed9a1e..d850e66 100644 --- a/.github/workflows/rolling.yaml +++ b/.github/workflows/rolling.yaml @@ -1,4 +1,4 @@ -name: Ubuntu 22.04 Rolling Build +name: Ubuntu 24.04 Rolling Build on: pull_request: @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest container: - image: osrf/ros:rolling-desktop-full-jammy + image: osrf/ros:rolling-desktop-full steps: - name: Update