Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 84c3231

Browse files
committed
Fix ros1 matrix
Signed-off-by: Devin Bonnie <[email protected]>
1 parent cb97999 commit 84c3231

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_and_test_release_latest.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ros_distro: [kinetic, melodic, dashing]
19+
ros_distro: [kinetic, melodic]
2020
include:
2121
- ros_distro: kinetic
2222
ubuntu_distro: xenial
@@ -26,10 +26,6 @@ jobs:
2626
ubuntu_distro: bionic
2727
ros_version: 1
2828
extra_cmake_args: --cmake-target tests
29-
- ros_distro: dashing
30-
ubuntu_distro: bionic
31-
ros_version: 2
32-
extra_cmake_args: ""
3329
container:
3430
image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-ros-base-latest
3531
steps:

0 commit comments

Comments
 (0)