Skip to content

Commit 29aab24

Browse files
authored
Bump Jazzy CI (#227)
1 parent dc4a428 commit 29aab24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
33
on:
44
pull_request:
55
branches:
6-
- 'rolling'
6+
- 'jazzy'
77
schedule:
88
- cron: '33 6 * * *'
99

@@ -15,10 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ ubuntu-latest ]
18-
ros_distribution: [ rolling ]
18+
ros_distribution: [ jazzy ]
1919
include:
2020
- docker_image: ubuntu:24.04
21-
ros_distribution: rolling
21+
ros_distribution: jazzy
2222
container:
2323
image: ${{ matrix.docker_image }}
2424
steps:
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34-
- uses : ros-tooling/action-ros-ci@0.3.6
34+
- uses : ros-tooling/action-ros-ci@0.3.13
3535
with:
3636
package-name: "micro_ros_agent"
3737
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)