Skip to content

Commit f17456e

Browse files
authored
Merge pull request #537 from nim65s/ros-ci
Update ROS CI
2 parents ada42e2 + 8e3462f commit f17456e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
strategy:
3333
matrix:
3434
env:
35-
# ROS1
36-
- {ROS_DISTRO: noetic}
37-
# ROS2
38-
- {ROS_DISTRO: iron}
3935
- {ROS_DISTRO: humble}
4036
- {ROS_DISTRO: jazzy}
4137
- {ROS_DISTRO: rolling}
@@ -48,7 +44,7 @@ jobs:
4844
with:
4945
submodules: recursive
5046
# Run industrial_ci
51-
- uses: 'ros-industrial/industrial_ci@875c2aebfd634eebaa84dbe5198f2fdb4c5f1b7e'
47+
- uses: 'ros-industrial/industrial_ci@3e67ec54d63496e076267392148a26229740befc'
5248
env: ${{ matrix.env }}
5349

5450
check:

0 commit comments

Comments
 (0)