Skip to content

Commit 18e9ede

Browse files
committed
Change CI to Humble.
1 parent 0b0b8d7 commit 18e9ede

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ on:
88

99
jobs:
1010
clearpath_ros2_socketcan_interface_osrf_industrial_ci:
11-
name: Jazzy OSRF Industrial
11+
name: Humble OSRF Industrial
1212
strategy:
1313
matrix:
1414
env:
15-
- {ROS_REPO: testing, ROS_DISTRO: jazzy}
16-
- {ROS_REPO: main, ROS_DISTRO: jazzy}
15+
- {ROS_REPO: testing, ROS_DISTRO: humble}
16+
- {ROS_REPO: main, ROS_DISTRO: humble}
1717
fail-fast: false
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: 'ros-industrial/industrial_ci@master'
2222
env: ${{matrix.env}}
2323
clearpath_ros2_socketcan_interface_cpr_ci:
24-
name: Jazzy Clearpath Release
24+
name: Humble Clearpath Release
2525
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@v3
2828
- uses: ros-tooling/[email protected]
2929
with:
30-
required-ros-distributions: jazzy
30+
required-ros-distributions: humble
3131
- name: clearpath-package-server
3232
run: |
3333
sudo apt install wget
@@ -37,20 +37,20 @@ jobs:
3737
- uses: ros-tooling/[email protected]
3838
id: action_ros_ci_step
3939
with:
40-
target-ros2-distro: jazzy
40+
target-ros2-distro: humble
4141
package-name: |
4242
clearpath_ros2_socketcan_interface
4343
clearpath_ros2_socketcan_interface_src_ci:
44-
name: Jazzy Clearpath Source
44+
name: Humble Clearpath Source
4545
runs-on: ubuntu-24.04
4646
steps:
4747
- uses: actions/checkout@v3
4848
- uses: ros-tooling/[email protected]
4949
with:
50-
required-ros-distributions: jazzy
50+
required-ros-distributions: humble
5151
- uses: ros-tooling/[email protected]
5252
id: action_ros_ci_step
5353
with:
54-
target-ros2-distro: jazzy
54+
target-ros2-distro: humble
5555
package-name: |
5656
clearpath_ros2_socketcan_interface

0 commit comments

Comments
 (0)