Skip to content

Commit

Permalink
Remove end-of-life ROS2 Iron Irwini from CI testing
Browse files Browse the repository at this point in the history
Iron Irwini is EOL as of Nov 2024, and was failing in our CI test.
Remove Iron from the list of ROS2 distributions we test.
  • Loading branch information
apartridge committed Jan 24, 2025
1 parent 9a28695 commit bdc123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ROS-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: ['ros:humble-ros-base-jammy', 'ros:iron-ros-core-jammy', 'ros:jazzy-ros-core-noble']
os: ['ros:humble-ros-base-jammy', 'ros:jazzy-ros-core-noble']
compiler: ['g++', 'clang++']
include:
- os: 'ros:humble-ros-base-jammy'
Expand Down

0 comments on commit bdc123b

Please sign in to comment.