We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040977f commit e23897cCopy full SHA for e23897c
.github/workflows/ros_ci.yml
@@ -34,10 +34,9 @@ jobs:
34
strategy:
35
matrix:
36
env:
37
- - {ROS_DISTRO: noetic}
38
- - {ROS_DISTRO: iron}
39
- {ROS_DISTRO: humble}
40
- #- {ROS_DISTRO: rolling}
+ - {ROS_DISTRO: jazzy}
+ - {ROS_DISTRO: rolling}
41
42
#CCACHE_DIR: /github/home/.ccache # Enable ccache
43
BUILDER: colcon
@@ -53,7 +52,7 @@ jobs:
53
52
# path: ${{ env.CCACHE_DIR }}
54
# key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
55
# Run industrial_ci
56
- - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
+ - uses: 'ros-industrial/industrial_ci@3e67ec54d63496e076267392148a26229740befc'
57
env: ${{ matrix.env }}
58
59
check:
0 commit comments