From ae6e7919823893ade25e284e317d6c6b777dfa62 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:59:47 +0200 Subject: [PATCH] Update setup-ros-windows.ts Signed-off-by: mosfet80 --- src/setup-ros-windows.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/setup-ros-windows.ts b/src/setup-ros-windows.ts index 09e56c205..59b41093e 100644 --- a/src/setup-ros-windows.ts +++ b/src/setup-ros-windows.ts @@ -8,14 +8,14 @@ import * as utils from "./utils"; const binaryReleases: { [index: string]: string } = { humble: - "https://github.com/ros2/ros2/releases/download/humble-20250331/ros2-humble-20250331-windows-release-amd64.zip", + "https://github.com/ros2/ros2/releases/download/release-humble-20260220/ros2-humble-20260220-windows-release-amd64.zip", iron: "https://github.com/ros2/ros2/releases/download/release-iron-20241204/ros2-iron-20241204-windows-release-amd64.zip", jazzy: - "https://github.com/ros2/ros2/releases/download/release-jazzy-20250430/ros2-jazzy-20250407-windows-release-amd64.zip", + "https://github.com/ros2/ros2/releases/download/release-jazzy-20260128/ros2-jazzy-20260128-windows-release-amd64.zip", kilted: - "https://github.com/ros2/ros2/releases/download/release-kilted-20250523/ros2-kilted-20250523-windows-release-amd64.zip", + "https://github.com/ros2/ros2/releases/download/release-kilted-20250728/ros2-kilted-20250728-windows-release-amd64.zip", lyrical: - "https://github.com/ros2/ros2/releases/download/release-lyrical-beta-20260430/ros2-lyrical-2026-04-30-windows-AMD64.zip", + "https://github.com/ros2/ros2/releases/download/release-lyrical-20260623/ros2-lyrical-2026-06-23-windows-AMD64.zip", }; const pip3Packages: string[] = ["lxml", "netifaces"];