Skip to content

Commit

Permalink
CI: only keeping oldest ROS1 and ROS2 not EOL versions (with all work…
Browse files Browse the repository at this point in the history
…ing deps)
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent 8f46cc7 commit 5988f0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble, jazzy]
ros_distribution: [ noetic, humble ]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04

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

0 comments on commit 5988f0b

Please sign in to comment.