From ba47d0f77360834cacf29b3efd07dba60f5c7082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 13 May 2024 23:29:43 +0200 Subject: [PATCH] Fixed jazzy ci (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- .github/workflows/ros2-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ros2-ci.yml b/.github/workflows/ros2-ci.yml index ced53c2..89f0693 100644 --- a/.github/workflows/ros2-ci.yml +++ b/.github/workflows/ros2-ci.yml @@ -10,13 +10,13 @@ jobs: fail-fast: false matrix: include: - - docker-image: "ubuntu:22.04" - ros-distro: "rolling" + - docker-image: "ubuntu:24.04" + ros-distro: "jazzy" container: image: ${{ matrix.docker-image }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build and Test run: .github/workflows/build-and-test.sh env: