Skip to content

Commit

Permalink
CI: Remove ROS2 iron
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 11, 2024
1 parent 341975e commit 83755fd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
DEBIAN_FRONTEND: noninteractive
strategy:
matrix:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
# ros_distribution:
# - humble
# - iron
# - rolling

# Define the Docker image(s) associated with each ROS distribution.
# The include syntax allows additional variables to be defined, like
# docker_image in this case. See documentation:
Expand All @@ -31,11 +24,6 @@ jobs:
ros_distribution: humble
ros_version: 2

# Iron Irwini (May 2023 - November 2024)
- docker_image: ubuntu:jammy
ros_distribution: iron
ros_version: 2

# Jazzy (2024 - ??)
- docker_image: ubuntu:noble
ros_distribution: jazzy
Expand Down

0 comments on commit 83755fd

Please sign in to comment.