We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1af625 commit 8a64378Copy full SHA for 8a64378
.github/workflows/ros-ci.yml
@@ -2,9 +2,9 @@ name: ros-ci
2
3
on:
4
push:
5
- branches: [ master, main, humble ]
+ branches: [ main, jazzy ]
6
pull_request:
7
8
9
jobs:
10
ros2-ci:
@@ -13,10 +13,10 @@ jobs:
13
fail-fast: false
14
matrix:
15
ros_distribution:
16
- - humble
+ - jazzy
17
include:
18
- - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
19
- ros_distribution: humble
+ - docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-jazzy-ros-base-latest
+ ros_distribution: jazzy
20
ros_version: 2
21
container:
22
image: ${{ matrix.docker_image }}
0 commit comments