Skip to content

Commit

Permalink
update industrial ci to use jazzy and ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Sep 2, 2024
1 parent 9825092 commit e170f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit e170f3d

Please sign in to comment.