From eee311d4b674c162b5626357e11c239b01809647 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sat, 29 Jun 2024 17:01:19 -0700 Subject: [PATCH] ci: jazzy should be disabled --- .github/workflows/ros2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 8b33446e8..3bac88678 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ros_distro: [humble, iron, jazzy] + ros_distro: [humble, iron] include: - ros_distro: 'humble' ubuntu_distro: 'jammy'