Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->

#### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI micro-ROS Agent
on:
pull_request:
branches:
- 'rolling'
- 'kilted'
schedule:
- cron: '33 6 * * *'

Expand All @@ -15,10 +15,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
ros_distribution: [ rolling ]
ros_distribution: [ kilted ]
include:
- docker_image: ubuntu:24.04
ros_distribution: rolling
ros_distribution: kilted
container:
image: ${{ matrix.docker_image }}
steps:
Expand Down