Skip to content

Commit 5781f08

Browse files
committed
Bump kilted
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent cbc5bf0 commit 5781f08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/general-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assignees: ''
1212
- Hardware description: <!-- hardware where you are using micro-ROS -->
1313
- RTOS: <!-- RTOS where you are using micro-ROS -->
1414
- Installation type: <!-- micro_ros_setup, modules, etc -->
15-
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
15+
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->
1616

1717
#### Steps to reproduce the issue
1818
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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+
- 'kilted'
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: [ kilted ]
1919
include:
2020
- docker_image: ubuntu:24.04
21-
ros_distribution: rolling
21+
ros_distribution: kilted
2222
container:
2323
image: ${{ matrix.docker_image }}
2424
steps:

0 commit comments

Comments
 (0)