Skip to content

Commit 413ead9

Browse files
committed
ci: Switch from ROS 2 Iron to Jazzy as former reached EOL
1 parent e4fb470 commit 413ead9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
docker_image: ['ros:humble-ros-base', 'ros:iron-ros-base']
18+
docker_image: ['ros:humble-ros-base', 'ros:jazzy-ros-base']
1919
container:
2020
image: ${{ matrix.docker_image }}
2121
defaults:

0 commit comments

Comments
 (0)