Skip to content

Commit 4b1305d

Browse files
nim65sjorisv
authored andcommitted
CI: update ros distros
1 parent b9c0ae2 commit 4b1305d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ros_ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
strategy:
3535
matrix:
3636
env:
37-
- {ROS_DISTRO: noetic}
38-
- {ROS_DISTRO: iron}
3937
- {ROS_DISTRO: humble}
40-
#- {ROS_DISTRO: rolling}
38+
- {ROS_DISTRO: jazzy}
39+
- {ROS_DISTRO: rolling}
4140
env:
4241
#CCACHE_DIR: /github/home/.ccache # Enable ccache
4342
BUILDER: colcon
@@ -53,7 +52,7 @@ jobs:
5352
# path: ${{ env.CCACHE_DIR }}
5453
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
5554
# Run industrial_ci
56-
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
55+
- uses: 'ros-industrial/industrial_ci@3e67ec54d63496e076267392148a26229740befc'
5756
env: ${{ matrix.env }}
5857

5958
check:

0 commit comments

Comments
 (0)