Skip to content

Commit

Permalink
enable CI for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jul 4, 2024
1 parent 62c2040 commit f9dcbe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ros_distribution:
- humble
- iron
- jazzy

# Define the Docker image(s) associated with each ROS distribution.
include:
Expand All @@ -29,6 +30,11 @@ jobs:
ros_distribution: iron
ros_version: 2

# Jazzy Jalisco (May 2024 - May 2029)
- docker_image: ubuntu:noble
ros_distribution: jazzy
ros_version: 2

container:
image: ${{ matrix.docker_image }}
steps:
Expand Down

0 comments on commit f9dcbe4

Please sign in to comment.