Skip to content

Commit ab1621f

Browse files
committed
Bump CI to kilted
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 2d5a2a7 commit ab1621f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77

88
jobs:
99
micro_ros_demos:
10-
runs-on: ubuntu-20.04
11-
container: microros/base:rolling
10+
runs-on: ubuntu-24.04
11+
container: microros/base:kilted
1212
defaults:
1313
run:
1414
shell: bash
@@ -19,17 +19,17 @@ jobs:
1919
cd /uros_ws
2020
apt update
2121
rosdep update
22-
source /opt/ros/rolling/setup.bash
22+
source /opt/ros/kilted/setup.bash
2323
source install/local_setup.bash
2424
rosdep update
2525
ros2 run micro_ros_setup create_firmware_ws.sh host
2626
rm -rf src/uros/micro-ROS-demos
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
with:
2929
path: uros_ws/src/uros/micro-ROS-demos
3030
- name: Build
3131
run: |
3232
cd /uros_ws
33-
source /opt/ros/rolling/setup.bash
33+
source /opt/ros/kilted/setup.bash
3434
source install/local_setup.bash
3535
ros2 run micro_ros_setup build_firmware.sh

0 commit comments

Comments
 (0)