From 5781f080e84f9c6dc9cfcab99c1e18af52fa2586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Wed, 4 Jun 2025 12:18:32 +0200 Subject: [PATCH] Bump kilted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- .github/ISSUE_TEMPLATE/general-issue.md | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: