Skip to content

Commit bfcf29f

Browse files
authored
Remove ROS 1 workflows and update ROS 2 (#218)
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent f9b7156 commit bfcf29f

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.github/workflows/ros1.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/system.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@ jobs:
2929
cc: "gcc",
3030
cxx: "g++",
3131
}
32-
- {
33-
name: "Ubuntu Focal GCC",
34-
os: ubuntu-20.04,
35-
build_type: "Release",
36-
cc: "gcc",
37-
cxx: "g++",
38-
}
3932
steps:
40-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
4134

4235
- name: Install dependencies on ubuntu
4336
if: startsWith(matrix.config.name, 'Ubuntu')

0 commit comments

Comments
 (0)