Skip to content

Commit

Permalink
Removed ros melodic in git action task target
Browse files Browse the repository at this point in the history
Signed-off-by: SungHyeon Oh <[email protected]>
  • Loading branch information
OhSungHyeon committed Nov 28, 2024
1 parent 900ac00 commit aad1b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
matrix:
ros_distribution:
# - kinetic
- melodic
# - melodic
- noetic
include:
# Kinetic Kame (May 2016 - May 2021)
# - docker_image: ubuntu:xenial
# ros_distribution: kinetic
# ros_version: 1
# Melodic Morenia (May 2018 - May 2023)
- docker_image: ubuntu:bionic
ros_distribution: melodic
ros_version: 1
# - docker_image: ubuntu:bionic
# ros_distribution: melodic
# ros_version: 1
# Noetic Ninjemys (May 2020 - May 2025)
- docker_image: ubuntu:focal
ros_distribution: noetic
Expand Down

0 comments on commit aad1b0c

Please sign in to comment.