We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b7156 commit bfcf29fCopy full SHA for bfcf29f
2 files changed
.github/workflows/ros1.yaml
.github/workflows/system.yaml
@@ -29,15 +29,8 @@ jobs:
29
cc: "gcc",
30
cxx: "g++",
31
}
32
- - {
33
- name: "Ubuntu Focal GCC",
34
- os: ubuntu-20.04,
35
- build_type: "Release",
36
- cc: "gcc",
37
- cxx: "g++",
38
- }
39
steps:
40
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
41
42
- name: Install dependencies on ubuntu
43
if: startsWith(matrix.config.name, 'Ubuntu')
0 commit comments