File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3030 - Select One
3131 - Galactic
3232 - Humble
33+ - Jazzy
3334 validations :
3435 required : true
3536 - type : dropdown
5253 - Select One
5354 - Ubuntu 20.04
5455 - Ubuntu 22.04
56+ - Ubuntu 24.04
5557 - Other Linux
5658 - Windows / MAC
5759 validations :
Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ name: turtlebot4_tutorials_ci
33on : [push, pull_request]
44
55jobs :
6- turtlebot4_humble_ci :
7- name : Humble
8- runs-on : ubuntu-22 .04
6+ turtlebot4_jazzy_ci :
7+ name : Jazzy
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - uses : actions/checkout@v2.3.4
1111 - uses : ros-tooling/setup-ros@v0.7
1212 with :
13- required-ros-distributions : humble
13+ required-ros-distributions : jazzy
14+ use-ros2-testing : true
1415 - uses : ros-tooling/action-ros-ci@v0.3
1516 id : action_ros_ci_step
1617 with :
17- target-ros2-distro : humble
18+ target-ros2-distro : jazzy
1819 import-token : ${{ secrets.GITHUB_TOKEN }}
1920 package-name :
2021 turtlebot4_python_tutorials
You can’t perform that action at this time.
0 commit comments