Skip to content

Commit b3056d0

Browse files
mergify[bot]4ntn
andauthored
Update maintainers (backport #87) (#89)
* Update maintainers (#87) (cherry picked from commit ee76a58) * Update Jazzy CI Fix CI Signed-off-by: Antón Casas <antoncasas@eprosima.com> --------- Signed-off-by: Antón Casas <antoncasas@eprosima.com> Co-authored-by: Antón Casas <antoncasas@eprosima.com>
1 parent 202cc00 commit b3056d0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.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:jazzy
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/jazzy/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@v4
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/jazzy/setup.bash
3434
source install/local_setup.bash
3535
ros2 run micro_ros_setup build_firmware.sh

rclc/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<name>micro_ros_demos_rclc</name>
55
<version>5.0.1</version>
66
<description>Examples using RCL+RCLC API</description>
7-
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
7+
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
8+
<maintainer email="carlosespinoza@eprosima.com">Carlos Espinoza</maintainer>
89
<license>Apache-2.0</license>
910
<author>Borja Outerelo</author>
1011

0 commit comments

Comments
 (0)