Skip to content

Commit d69fcba

Browse files
Change CI to iron (ros2#99)
Signed-off-by: Simon Hoinkis <[email protected]>
1 parent 0f6e8b6 commit d69fcba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Integration build rmw_iceoryx
33
on:
44
push:
55
branches:
6-
- humble
6+
- iron
77
pull_request:
88

99
jobs:
@@ -18,11 +18,11 @@ jobs:
1818
- name: Setup ROS
1919
uses: ros-tooling/setup-ros@master
2020
with:
21-
required-ros-distributions: humble
21+
required-ros-distributions: iron
2222
- name: Install Iceoryx Dependencies
2323
run: sudo apt-get update && sudo apt-get install -y cmake libacl1-dev libncurses5-dev pkg-config
2424
- name: Build & Test
2525
uses: ros-tooling/action-ros-ci@master
2626
with:
2727
package-name: rmw_iceoryx_cpp
28-
target-ros2-distro: humble
28+
target-ros2-distro: iron

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To install rmw_iceoryx in a ROS 2 workspace with the latest ROS version, just ex
1515
```bash
1616
mkdir -p ~/iceoryx_ws/src
1717
cd $_
18-
# LATEST_ROS_VERSION could be e.g. humble
18+
# LATEST_ROS_VERSION could be e.g. iron
1919
git clone --branch LATEST_ROS_VERSION https://github.com/ros2/rmw_iceoryx.git
2020
```
2121

0 commit comments

Comments
 (0)