We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cd31d commit 291eb86Copy full SHA for 291eb86
.github/workflows/rust-stable.yml
@@ -21,7 +21,7 @@ jobs:
21
ros_distribution:
22
- humble
23
- jazzy
24
- - kilted
+ # - kilted # Is currently not built by ROS tooling
25
- rolling
26
include:
27
# Humble Hawksbill (May 2022 - May 2027)
@@ -33,9 +33,9 @@ jobs:
33
ros_distribution: jazzy
34
ros_version: 2
35
# 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
+ #- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
+ # ros_distribution: kilted
+ # ros_version: 2
39
# Rolling Ridley (June 2020 - Present)
40
- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
41
ros_distribution: rolling
0 commit comments