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
+1 -1
View File
@@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS --> - Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS --> - RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc --> - Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling --> - Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->
#### Steps to reproduce the issue #### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/--> <!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
+3 -3
View File
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
on: on:
pull_request: pull_request:
branches: branches:
- 'rolling' - 'kilted'
schedule: schedule:
- cron: '33 6 * * *' - cron: '33 6 * * *'
@@ -15,10 +15,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
ros_distribution: [ rolling ] ros_distribution: [ kilted ]
include: include:
- docker_image: ubuntu:24.04 - docker_image: ubuntu:24.04
ros_distribution: rolling ros_distribution: kilted
container: container:
image: ${{ matrix.docker_image }} image: ${{ matrix.docker_image }}
steps: steps: