Skip to content

Commit 8a64378

Browse files
committed
Edited ros-ci
1 parent a1af625 commit 8a64378

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ros-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ros-ci
22

33
on:
44
push:
5-
branches: [ master, main, humble ]
5+
branches: [ main, jazzy ]
66
pull_request:
7-
branches: [ master, main, humble ]
7+
branches: [ main, jazzy ]
88

99
jobs:
1010
ros2-ci:
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ros_distribution:
16-
- humble
16+
- jazzy
1717
include:
18-
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
19-
ros_distribution: humble
18+
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-jazzy-ros-base-latest
19+
ros_distribution: jazzy
2020
ros_version: 2
2121
container:
2222
image: ${{ matrix.docker_image }}

0 commit comments

Comments
 (0)