diff --git a/.github/ISSUE_TEMPLATE/general-issue.md b/.github/ISSUE_TEMPLATE/general-issue.md index 3ac587d..5cf697b 100644 --- a/.github/ISSUE_TEMPLATE/general-issue.md +++ b/.github/ISSUE_TEMPLATE/general-issue.md @@ -12,7 +12,7 @@ assignees: '' - Hardware description: - RTOS: - Installation type: -- Version or commit hash: +- Version or commit hash: #### Steps to reproduce the issue diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ab0a1..93a7f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI micro-ROS Agent on: pull_request: branches: - - 'rolling' + - 'kilted' schedule: - cron: '33 6 * * *' @@ -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: