Skip to content

Commit 33eec47

Browse files
committed
[CI] Add Ubuntu 1804 and 2004 version of ROS support
1 parent 87416a3 commit 33eec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
jobs:
1010
i_ci:
1111
name: ubuntu_bionic (${{ matrix.ros_repo }})
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313

1414
strategy:
1515
matrix:
16-
ros_distro: [ melodic ]
16+
ros_distro: [ melodic, noetic ]
1717
ros_repo: [ main, testing ]
1818

1919
env:

0 commit comments

Comments
 (0)