Skip to content

Commit

Permalink
Remove EOL ROS1 melodic from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Jan 2, 2024
1 parent fb3a3a1 commit 7be7e4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]
include:
- os: ubuntu-20.04
ros_distro: 'noetic'
_python: 'python3'
- os: ubuntu-18.04
ros_distro: 'melodic'
_python: 'python'

steps:
- uses: ros-tooling/setup-ros@v0.7
Expand Down

0 comments on commit 7be7e4b

Please sign in to comment.