Skip to content

Commit

Permalink
Drop CI on ubuntu-18.04 with apt dependencies (#651)
Browse files Browse the repository at this point in the history
The ubuntu-18.04 are not supported anymore by GitHub Actions.
  • Loading branch information
traversaro authored May 23, 2023
1 parent 830ab76 commit e613f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04]
yarp_version: [master]

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gazebo-yarp-plugins [![Build Status](https://travis-ci.org/robotology/gazebo-yarp-plugins.svg?branch=master)](https://travis-ci.org/robotology/gazebo-yarp-plugins)
gazebo-yarp-plugins
===================

The gazebo-yarp-plugins are a set of [Gazebo plugins](http://gazebosim.org/) that expose [YARP interfaces](http://yarp.it/)
Expand Down

0 comments on commit e613f52

Please sign in to comment.