Skip to content

Commit e7bbc15

Browse files
authored
Change OS version to ubuntu-slim in CI workflow
1 parent 5204927 commit e7bbc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
# https://docs.ros.org/en/rolling/Releases.html
2424
# NOTE: Humble and Jazzy do not work on the `ros2` branch, so they are tested in their own branches.
2525
- ros: kilted
26-
os: ubuntu-24.04
26+
os: ubuntu-slim
2727
- ros: rolling
28-
os: ubuntu-24.04
28+
os: ubuntu-slim
2929

3030
name: ROS 2 ${{ matrix.ros }} (${{ matrix.os }})
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)