From 50b966b3d3c7f86d34cafa2636108c6d6d04d796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCnther?= Date: Tue, 1 Oct 2024 12:59:54 +0200 Subject: [PATCH] Split humble/iron/jazzy from rolling * removed rolling from the CI config * this is in preparation of fixing the deprecated header warnings in rolling, which is backward-incompatible, so splitting the branches is the only way (see #207 for discussion) * from now on, the 2.2.* releases will go to `rolling` and the 2.1.* releases to the other branches. --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index f96a6f43..8cb8e8fb 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - rosdistro: [humble, iron, jazzy, rolling] + rosdistro: [humble, iron, jazzy] fail-fast: false runs-on: ubuntu-latest container: