Bump kilted (#252)

Signed-off-by: Antón Casas <antoncasas@eprosima.com>
This commit is contained in:
Antón Casas
2025-06-04 12:25:40 +02:00
committed by GitHub
parent cbc5bf069c
commit 045bd30657
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
on:
pull_request:
branches:
- 'rolling'
- 'kilted'
schedule:
- cron: '33 6 * * *'
@@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
ros_distribution: [ rolling ]
ros_distribution: [ kilted ]
include:
- docker_image: ubuntu:24.04
ros_distribution: rolling
ros_distribution: kilted
container:
image: ${{ matrix.docker_image }}
steps: