Skip to content

Commit 0fbe857

Browse files
authored
Adding Kilted to CI (#114)
1 parent ece7417 commit 0fbe857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
env:
1010
- {ROS_DISTRO: humble, ROS_REPO: testing}
1111
- {ROS_DISTRO: humble, ROS_REPO: main}
12-
- {ROS_DISTRO: iron, ROS_REPO: testing}
13-
- {ROS_DISTRO: iron, ROS_REPO: main}
1412
- {ROS_DISTRO: jazzy, ROS_REPO: testing, PIP_BREAK_SYSTEM_PACKAGES: True}
1513
- {ROS_DISTRO: jazzy, ROS_REPO: main, PIP_BREAK_SYSTEM_PACKAGES: True}
14+
- {ROS_DISTRO: kilted, ROS_REPO: testing, PIP_BREAK_SYSTEM_PACKAGES: True}
15+
- {ROS_DISTRO: kilted, ROS_REPO: main, PIP_BREAK_SYSTEM_PACKAGES: True}
1616
- {ROS_DISTRO: rolling, ROS_REPO: testing, PIP_BREAK_SYSTEM_PACKAGES: True}
1717
- {ROS_DISTRO: rolling, ROS_REPO: main, PIP_BREAK_SYSTEM_PACKAGES: True}
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)