From 312f6b072c379489e2c00307bb35f8e7a851bed7 Mon Sep 17 00:00:00 2001 From: Armin Hornung Date: Sat, 9 Dec 2023 18:58:08 +0100 Subject: [PATCH] Remove EOL ROS distros from CI actions --- .github/workflows/industrial_ci_action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/industrial_ci_action.yml b/.github/workflows/industrial_ci_action.yml index 0b32eca8..44ca9386 100644 --- a/.github/workflows/industrial_ci_action.yml +++ b/.github/workflows/industrial_ci_action.yml @@ -11,9 +11,7 @@ jobs: strategy: matrix: env: - - {ROS_DISTRO: melodic} - {ROS_DISTRO: noetic} - - {ROS_DISTRO: foxy, PRERELEASE: true} - {ROS_DISTRO: rolling, PRERELEASE: true} env: CCACHE_DIR: /github/home/.ccache # Enable ccache