From e170f3d086a44670bc005b85ce5eaee50889350c Mon Sep 17 00:00:00 2001 From: PetoAdam Date: Mon, 2 Sep 2024 13:23:26 +0200 Subject: [PATCH] update industrial ci to use jazzy and ubuntu-24.04 --- .github/workflows/industrial_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/industrial_ci.yml b/.github/workflows/industrial_ci.yml index cc67d02..07f9f00 100644 --- a/.github/workflows/industrial_ci.yml +++ b/.github/workflows/industrial_ci.yml @@ -35,7 +35,7 @@ jobs: env: - ROS_REPO: ros BUILDER: colcon - ROS_DISTRO: humble + ROS_DISTRO: jazzy env: CCACHE_DIR: /github/home/.ccache # Directory for ccache (and how we enable ccache in industrial_ci) EVENT_NAME: ${{ github.event_name }} @@ -45,7 +45,7 @@ jobs: PR_NUMBER: ${{ github.event.number }} ANALYZER_TOKEN: ${{ secrets.ANALYZER_TOKEN }} DEBUG_BASH: true - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 with: