From bbfe02b5a5b9e63d932b2d653c422ec61fa4e79f Mon Sep 17 00:00:00 2001 From: "Tomoya.Fujita" Date: Sun, 3 May 2026 14:31:35 +0900 Subject: [PATCH] Support Lyrical Luth. Signed-off-by: Tomoya.Fujita --- ros_github_scripts/ci_for_pr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ros_github_scripts/ci_for_pr.py b/ros_github_scripts/ci_for_pr.py index 37b0dd4..2e70c7e 100755 --- a/ros_github_scripts/ci_for_pr.py +++ b/ros_github_scripts/ci_for_pr.py @@ -41,6 +41,7 @@ 'iron': 'jammy', 'jazzy': 'noble', 'kilted': 'noble', + 'lyrical': 'resolute', 'rolling': '' # use default } @@ -49,6 +50,7 @@ 'iron': '9', 'jazzy': '9', 'kilted': '9', + 'lyrical': '10', 'rolling': '' # use default }