We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fb470 commit 413ead9Copy full SHA for 413ead9
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- docker_image: ['ros:humble-ros-base', 'ros:iron-ros-base']
+ docker_image: ['ros:humble-ros-base', 'ros:jazzy-ros-base']
19
container:
20
image: ${{ matrix.docker_image }}
21
defaults:
0 commit comments