mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
Bump kilted (#252)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
This commit is contained in:
@@ -12,7 +12,7 @@ assignees: ''
|
||||
- Hardware description: <!-- hardware where you are using micro-ROS -->
|
||||
- RTOS: <!-- RTOS where you are using micro-ROS -->
|
||||
- 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
|
||||
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user