Disabling temporary cmake-ros workflow on ubuntu 24.04/jazzy because of setup-ros failing on that base image

This commit is contained in:
matlabbe
2024-06-09 11:36:49 -07:00
parent 4349f304d2
commit 0f03db9d7f

View File

@@ -23,7 +23,7 @@ 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
@@ -31,8 +31,9 @@ jobs:
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/setup-ros@v0.6