We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b2c31 commit 4ac3f9dCopy full SHA for 4ac3f9d
.github/workflows/cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
18
steps:
19
- uses: actions/checkout@v3
20
- name: Setup cmake
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
.github/workflows/ros.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- release: [humble, iron, jazzy, rolling]
+ release: [humble, iron, jazzy, kilted]
container: osrf/ros:${{ matrix.release }}-desktop
0 commit comments