Skip to content

Commit

Permalink
Run CI only on Iron
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Dec 18, 2024
1 parent 460d202 commit ee53aa5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@ jobs:
fail-fast: false
matrix:
include:
# Test supported ROS 2 distributions
# https://docs.ros.org/en/rolling/Releases.html
# NOTE: Humble does not work on the `ros2` branch, so it is tested in its own branch.
# NOTE: Tests only Iron since the `ros2` branch tests later distros.
- ros: iron
os: ubuntu-22.04
- ros: jazzy
os: ubuntu-24.04
- ros: rolling
os: ubuntu-24.04

name: ROS 2 ${{ matrix.ros }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ee53aa5

Please sign in to comment.