From 78ce6003f5be073dbddd26c5c571d05680f91af4 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Mon, 31 Jul 2023 10:48:50 +0200 Subject: [PATCH] ci/ros: update latest commits --- .github/workflows/ros_ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ros_ci.yml b/.github/workflows/ros_ci.yml index 6d3afba8d..e5919ff6c 100644 --- a/.github/workflows/ros_ci.yml +++ b/.github/workflows/ros_ci.yml @@ -13,9 +13,7 @@ jobs: env: - {ROS_DISTRO: melodic, PRERELEASE: false} - {ROS_DISTRO: noetic} - - {ROS_DISTRO: foxy} - {ROS_DISTRO: rolling} - - {ROS_DISTRO: humble} env: CCACHE_DIR: /home/runner/.ccache # Enable ccache PRERELEASE: true @@ -31,5 +29,5 @@ jobs: path: ${{ env.CCACHE_DIR }} key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }} # Run industrial_ci - - uses: 'ros-industrial/industrial_ci@6a8f546cbd31fbd5c9f77e3409265c8b39abc3d6' + - uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b' env: ${{ matrix.env }}