Use Ubuntu 24.04 for ROS image#2423
Conversation
Greptile SummaryThis PR fixes a missed base-image update in the CI workflow: the
Confidence Score: 5/5Safe to merge — this is a one-line correction that aligns the CI workflow with the Dockerfile's already-established Ubuntu 24.04 base and ROS Jazzy configuration. The change is minimal and correct: the Dockerfile explicitly defaults to ubuntu:24.04 and installs ros-jazzy-* packages, so the prior ubuntu:22.04 override in the workflow would have caused package-resolution failures. The fix is a direct alignment with existing Dockerfile intent, with no logic changes or side effects on other jobs. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Use Ubuntu 24.04 for ROS image" | Re-trigger Greptile |
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Missed changing the base image for the build.