Skip to content

Commit 4ac3f9d

Browse files
author
Benedikt Mersch
authored
Update CI distros (#40)
* Drop rolling and add kilted * Also drop EOL 20.04
1 parent 89b2c31 commit 4ac3f9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
17+
os: [ubuntu-22.04, ubuntu-24.04]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Setup cmake
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
38+
os: [ubuntu-22.04, ubuntu-24.04]
3939

4040
steps:
4141
- uses: actions/checkout@v3

.github/workflows/ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
release: [humble, iron, jazzy, rolling]
14+
release: [humble, iron, jazzy, kilted]
1515
container: osrf/ros:${{ matrix.release }}-desktop
1616
steps:
1717
- name: Setup cmake

0 commit comments

Comments
 (0)