Skip to content

Commit aa799ee

Browse files
committed
Add Jazzy to nightly
1 parent ab300f5 commit aa799ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
schedule:
55
# Run once per day to detect broken dependencies.
66
- cron: '33 6 * * *'
7+
workflow_dispatch:
8+
inputs:
9+
name:
10+
description: "Manual trigger"
711

812
jobs:
913
build:
@@ -18,14 +22,16 @@ jobs:
1822
ros_distribution: iron
1923
- docker_image: ubuntu:jammy
2024
ros_distribution: humble
25+
- docker_image: ubuntu:24.04
26+
ros_distribution: jazzy
2127
container:
2228
image: ${{ matrix.docker_image }}
2329
steps:
2430
- uses: actions/checkout@v3
25-
- uses: ros-tooling/setup-ros@0.6.2
31+
- uses: ros-tooling/setup-ros@0.7.7
2632
with:
2733
required-ros-distributions: ${{ matrix.ros_distribution }}
28-
- uses : ros-tooling/action-ros-ci@0.3.2
34+
- uses : ros-tooling/action-ros-ci@0.3.13
2935
with:
3036
package-name: "micro_ros_utilities"
3137
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)