We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda99ef commit c0e7591Copy full SHA for c0e7591
.github/workflows/rolling-compatibility-build.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- ROS_DISTRO: [humble]
+ ROS_DISTRO: [humble, jazzy]
21
ROS_REPO: [testing]
22
with:
23
ros_distro: ${{ matrix.ROS_DISTRO }}
0 commit comments