From bf580293d066940643c01d64d8990a3886f6d95e Mon Sep 17 00:00:00 2001 From: Chris Iverach-Brereton Date: Thu, 29 Aug 2024 11:08:28 -0400 Subject: [PATCH] More humble -> jazzy CI changes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ee7c75..d14bb14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: turtlebot4_ci on: [push, pull_request] jobs: - turtlebot4_humble_ci: + turtlebot4_jazzy_ci: name: Jazzy runs-on: ubuntu-24.04 steps: @@ -14,7 +14,7 @@ jobs: - uses: ros-tooling/action-ros-ci@v0.3 id: action_ros_ci_step with: - target-ros2-distro: humble + target-ros2-distro: jazzy import-token: ${{ secrets.GITHUB_TOKEN }} package-name: turtlebot4_description