Skip to content

Commit cf447c8

Browse files
committed
ci/ros: update latest commits
1 parent ce5465c commit cf447c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ros_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
env:
1414
- {ROS_DISTRO: melodic, PRERELEASE: false}
1515
- {ROS_DISTRO: noetic}
16-
- {ROS_DISTRO: foxy}
1716
- {ROS_DISTRO: rolling}
18-
- {ROS_DISTRO: humble}
1917
env:
2018
CCACHE_DIR: /home/runner/.ccache # Enable ccache
2119
PRERELEASE: true
@@ -31,5 +29,5 @@ jobs:
3129
path: ${{ env.CCACHE_DIR }}
3230
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
3331
# Run industrial_ci
34-
- uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6'
32+
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
3533
env: ${{ matrix.env }}

0 commit comments

Comments
 (0)