Skip to content

Commit 291eb86

Browse files
authored
Remove kilted from stable build
1 parent a7cd31d commit 291eb86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust-stable.yml

Lines changed: 4 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,9 @@ 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+
#- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
37+
# ros_distribution: kilted
38+
# ros_version: 2
3939
# Rolling Ridley (June 2020 - Present)
4040
- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
4141
ros_distribution: rolling

0 commit comments

Comments
 (0)