From 1f20f0557462bd84d53646ff5d0b782863a58b43 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Thu, 23 May 2024 11:29:22 +0200 Subject: [PATCH] Update distros for prerelease test --- .github/workflows/prerelease.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 6e2e3292..b3ad9656 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -11,13 +11,19 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [humble, iron, rolling] - OS_VERSION: [jammy] include: - ROS_DISTRO: melodic OS_VERSION: bionic - ROS_DISTRO: noetic OS_VERSION: focal + - ROS_DISTRO: humble + OS_VERSION: jammy + - ROS_DISTRO: iron + OS_VERSION: jammy + - ROS_DISTRO: jazzy + OS_VERSION: noble + - ROS_DISTRO: rolling + OS_VERSION: noble steps: - uses: actions/checkout@v1