Skip to content

Commit

Permalink
Disabling temporary cmake-ros workflow on ubuntu 24.04/jazzy because …
Browse files Browse the repository at this point in the history
…of setup-ros failing on that base image
  • Loading branch information
matlabbe committed Jun 9, 2024
1 parent 4349f30 commit 0f03db9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble, iron, jazzy]
ros_distribution: [ noetic, humble, iron]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'iron'
os: ubuntu-22.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04
# Currently CI has some errors on setup-ros with this OS, disabling for now
#- ros_distribution: 'jazzy'
# os: ubuntu-24.04

steps:
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 0f03db9

Please sign in to comment.