From b6560e774ded4298bfed10588b6448bb62f50494 Mon Sep 17 00:00:00 2001 From: Kenji Brameld Date: Wed, 10 Apr 2024 18:22:33 -0500 Subject: [PATCH 1/2] Update build_and_test_rolling.yaml Signed-off-by: Kenji Brameld --- .github/workflows/build_and_test_rolling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 7fee75d..fa7e864 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -22,7 +22,7 @@ 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: From 08657ad82d9f0db4b244ef70b906f2afa23bb203 Mon Sep 17 00:00:00 2001 From: Kenji Brameld Date: Wed, 10 Apr 2024 19:26:59 -0500 Subject: [PATCH 2/2] Update build_and_test_rolling.yaml Signed-off-by: Kenji Brameld --- .github/workflows/build_and_test_rolling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index fa7e864..ff4d52e 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -26,9 +26,9 @@ jobs: # 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