Skip to content

Commit dfd5d52

Browse files
committed
Bump Lyrical
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 5e42d6a commit dfd5d52

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

‎.github/ISSUE_TEMPLATE/bug_report.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Code or shell commands ready to be copy-pasted are welcome.
2222
A clear and concise description of what you expected to happen.
2323

2424
**System information (please complete the following information):**
25-
- OS: [e.g. WIndows 10, Ubuntu 16.04, ...]
26-
- ROS 2 [e.g. Dashing, Foxy, ...]
25+
- OS: [e.g. Windows 11, Ubuntu 24.04, ...]
26+
- ROS 2 [e.g. Lyrical, Jazzy, ...]
2727
- Version [e.g. commit hash, tag, ...]
2828

2929
**Additional context**

‎.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, lyrical, 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: 6 additions & 6 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+
- 'lyrical'
77
schedule:
88
- cron: '33 6 * * *'
99

@@ -15,23 +15,23 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ ubuntu-latest ]
18-
ros_distribution: [ rolling ]
18+
ros_distribution: [ lyrical ]
1919
include:
20-
- docker_image: ubuntu:24.04
21-
ros_distribution: rolling
20+
- docker_image: ubuntu:26.04
21+
ros_distribution: lyrical
2222
container:
2323
image: ${{ matrix.docker_image }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: ros-tooling/setup-ros@0.7.13
26+
- uses: ros-tooling/setup-ros@0.7.19
2727
with:
2828
use-ros2-testing: false
2929
required-ros-distributions: ${{ matrix.ros_distribution }}
3030
- name : Download and install dependencies
3131
run: |
3232
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34-
- uses : ros-tooling/action-ros-ci@0.4.3
34+
- uses : ros-tooling/action-ros-ci@0.4.8
3535
with:
3636
package-name: "micro_ros_agent"
3737
target-ros2-distro: ${{ matrix.ros_distribution }}

0 commit comments

Comments
 (0)