Skip to content

Commit 317cc73

Browse files
committed
update ROS2 version in CI workflow (humble -> jazzy)
1 parent d0bc890 commit 317cc73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@ jobs:
2525
- name: Build Docker Image
2626
uses: docker/build-push-action@v5
2727
with:
28-
tags: ethercat_driver_ros2:humble
28+
tags: ethercat_driver_ros2:jazzy
2929
file: .docker/Dockerfile
3030
push: false
3131

3232
- name: Build
3333
uses: addnab/docker-run-action@v3
3434
with:
35-
image: ethercat_driver_ros2:humble
35+
image: ethercat_driver_ros2:jazzy
3636
options: -v ${{github.workspace}}/:/ros/
3737
run: |
3838
cd /ros
39-
. /opt/ros/humble/setup.sh
39+
. /opt/ros/jazzy/setup.sh
4040
rosdep install --ignore-src --from-paths . -y -r && \
4141
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
4242
4343
- name: Tests
4444
uses: addnab/docker-run-action@v3
4545
with:
46-
image: ethercat_driver_ros2:humble
46+
image: ethercat_driver_ros2:jazzy
4747
options: -v ${{github.workspace}}/:/ros/
4848
run: |
4949
cd /ros
50-
. /opt/ros/humble/setup.sh
50+
. /opt/ros/jazzy/setup.sh
5151
rosdep install --ignore-src --from-paths . -y -r && \
5252
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
5353
colcon test

0 commit comments

Comments
 (0)