From c0e759159cacaa9f8cfe2bb410d452e040dada6e Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 3 Dec 2024 22:55:45 +0000 Subject: [PATCH] Test also on jazzy --- .github/workflows/rolling-compatibility-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rolling-compatibility-build.yml b/.github/workflows/rolling-compatibility-build.yml index 965253f..61ee058 100644 --- a/.github/workflows/rolling-compatibility-build.yml +++ b/.github/workflows/rolling-compatibility-build.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [humble] + ROS_DISTRO: [humble, jazzy] ROS_REPO: [testing] with: ros_distro: ${{ matrix.ROS_DISTRO }}