Skip to content

Commit

Permalink
[CI] Add Ubuntu 1804 and 2004 version of ROS support
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Feb 11, 2022
1 parent 2af0e83 commit a810a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
i_ci:
name: ubuntu_bionic (${{ matrix.ros_repo }})
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
matrix:
ros_distro: [ melodic ]
ros_distro: [ melodic, noetic ]
ros_repo: [ main, testing ]

env:
Expand Down

0 comments on commit a810a35

Please sign in to comment.