From 866aa3fb5ded831168b34bd6adde2fc8c77fcb69 Mon Sep 17 00:00:00 2001 From: ijnek Date: Sun, 21 Apr 2024 03:16:15 +0000 Subject: [PATCH] use latest ci for rolling Signed-off-by: ijnek --- .github/workflows/build_and_test_rolling.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 0117355..ff4d52e 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -2,7 +2,7 @@ name: Build and Test (rolling) -# Controls when the action will run. +# Controls when the action will run. on: # Triggers the workflow on push push: @@ -22,13 +22,13 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: ubuntu:jammy + image: ubuntu:noble # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: ros-tooling/setup-ros@v0.7 + - uses: ros-tooling/setup-ros@master with: use-ros2-testing: true - - uses: ros-tooling/action-ros-ci@v0.3 + - uses: ros-tooling/action-ros-ci@master with: target-ros2-distro: rolling