From 677733f9556dfe8c2227e4446774658a4ca31e26 Mon Sep 17 00:00:00 2001 From: SubaruArai <78188579+SubaruArai@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:51:59 +0900 Subject: [PATCH] fix ci: remove melodic (eol) (#871) --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 838329fa5..aa75e3833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ jobs: fail-fast: false matrix: python_version: - - 2.7 - 3.8 name: Lint (python-${{ matrix.python_version }}) @@ -29,8 +28,6 @@ jobs: include: # Test supported ROS 1 distributions # http://wiki.ros.org/Distributions - - ros_distribution: melodic - os: ubuntu-18.04 - ros_distribution: noetic os: ubuntu-20.04