Skip to content

Commit a7cd31d

Browse files
authored
remove kilted from minimal because it's not available yet
1 parent 34a2da8 commit a7cd31d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ros_distribution:
2222
- humble
2323
- jazzy
24-
- kilted
24+
#- kilted # Is currently not built by ROS tooling
2525
- rolling
2626
include:
2727
# Humble Hawksbill (May 2022 - May 2027)
@@ -33,9 +33,10 @@ jobs:
3333
ros_distribution: jazzy
3434
ros_version: 2
3535
# Kilted Kaiju (May 2025 - Dec 2026)
36-
- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
37-
ros_distribution: kilted
38-
ros_version: 2
36+
# Is currently not built by ROS tooling
37+
#- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
38+
# ros_distribution: kilted
39+
# ros_version: 2
3940
# Rolling Ridley (June 2020 - Present)
4041
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
4142
ros_distribution: rolling

0 commit comments

Comments
 (0)