From 039dd54684935e1793db864f0283537f95cf1eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 19 Dec 2024 13:38:32 +0100 Subject: [PATCH] Remove iron from ci - EOL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- .github/workflows/ros2_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ros2_ci.yml b/.github/workflows/ros2_ci.yml index 1e470f0..ab1591e 100644 --- a/.github/workflows/ros2_ci.yml +++ b/.github/workflows/ros2_ci.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - rosdistro: [humble, iron, jazzy, rolling] + rosdistro: [humble, jazzy, rolling] runs-on: ubuntu-latest