Skip to content

Commit 073adf2

Browse files
committed
Fix Nightly
1 parent a26153f commit 073adf2

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.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: iron, rolling -->
1616

1717
#### Steps to reproduce the issue
1818
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->

.github/workflows/nightly.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
zephyr_version: ["zephyr-v3.1.0", "zephyr-v2.7.2"]
20-
distro: ["foxy", "humble", "rolling"]
20+
distro: ["iron", "humble", "rolling"]
2121
include:
22-
- distro: foxy
23-
branch: foxy
22+
- distro: iron
23+
branch: iron
2424
- distro: rolling
25-
branch: main
25+
branch: rolling
2626
- distro: humble
2727
branch: humble
2828
- zephyr_version: zephyr-v2.7.2
@@ -35,6 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
with:
3737
path: micro_ros_zephyr_module
38+
branch: ${{ matrix.branch }}
3839

3940
- name: Dependencies
4041
shell: bash

0 commit comments

Comments
 (0)