File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/-->
Original file line number Diff line number Diff 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
3535 - uses : actions/checkout@v2
3636 with :
3737 path : micro_ros_zephyr_module
38+ branch : ${{ matrix.branch }}
3839
3940 - name : Dependencies
4041 shell : bash
You can’t perform that action at this time.
0 commit comments