From c1757b554db314699620612ba2e27c0c12141740 Mon Sep 17 00:00:00 2001 From: Markus Vieth <39675748+mvieth@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:48:20 +0100 Subject: [PATCH] Update release.yaml: melodic to noetic --- .ci/azure-pipelines/release.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.ci/azure-pipelines/release.yaml b/.ci/azure-pipelines/release.yaml index 81ba26c663e..3a02ab0f3ce 100644 --- a/.ci/azure-pipelines/release.yaml +++ b/.ci/azure-pipelines/release.yaml @@ -89,10 +89,8 @@ stages: vmImage: 'ubuntu-latest' strategy: matrix: - # Only ROS Melodic works with current releases of PCL - # Kinetic has stopped supporting any version later than PCL 1.7.2 - ROS Melodic: - flavor: "melodic" + ROS Noetic: + flavor: "noetic" variables: tag: "ros" steps: