Skip to content

Commit a45e5f5

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

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
- docker_image: ubuntu:24.04
20-
ros_distribution: rolling
20+
ros_distribution: kilted
2121
container:
2222
image: ${{ matrix.docker_image }}
2323
steps:

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
include:
1919
- docker_image: ubuntu:24.04
2020
ros_distribution: rolling
21-
- docker_image: ubuntu:jammy
22-
ros_distribution: iron
23-
- docker_image: ubuntu:jammy
24-
ros_distribution: humble
21+
- docker_image: ubuntu:24.04
22+
ros_distribution: kilted
2523
- docker_image: ubuntu:24.04
2624
ros_distribution: jazzy
25+
- docker_image: ubuntu:jammy
26+
ros_distribution: humble
2727
container:
2828
image: ${{ matrix.docker_image }}
2929
steps:

0 commit comments

Comments
 (0)