File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ name: turtlebot4_tutorials_ci
33on : [push, pull_request]
44
55jobs :
6- turtlebot4_galactic_ci :
7- name : Galactic
8- runs-on : ubuntu-20 .04
6+ turtlebot4_humble_ci :
7+ name : Humble
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - uses : actions/checkout@v2.3.4
11- - uses : ros-tooling/setup-ros@0.2.1
11+ - uses : ros-tooling/setup-ros@v0.3
1212 with :
13- required-ros-distributions : galactic
14- - uses : ros-tooling/action-ros-ci@0.2.1
13+ required-ros-distributions : humble
14+ - uses : ros-tooling/action-ros-ci@v0.2
1515 id : action_ros_ci_step
1616 with :
17- target-ros2-distro : galactic
17+ target-ros2-distro : humble
1818 import-token : ${{ secrets.GITHUB_TOKEN }}
1919 package-name :
20- turtlebot4_cpp_tutorials
2120 turtlebot4_python_tutorials
21+ turtlebot4_cpp_tutorials
You can’t perform that action at this time.
0 commit comments