We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabde0c commit 904b085Copy full SHA for 904b085
.github/workflows/build_test.yml
@@ -1,5 +1,5 @@
1
2
-name: Build Tests (Ubuntu 18.04 + ROS Melodic, Ubuntu 20.04 + ROS Noetic)
+name: Build Tests (Ubuntu 20.04 + ROS Noetic)
3
on:
4
push:
5
branches:
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
config:
18
- - {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
+ # - {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
19
- {rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
20
container: ${{ matrix.config.container }}
21
steps:
0 commit comments