Skip to content

Commit 356c11c

Browse files
authored
Split rolling from humble/iron/jazzy (#210)
* removed humble/iron/jazzy 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.
1 parent 11bf900 commit 356c11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
rosdistro: [humble, iron, jazzy, rolling]
16+
rosdistro: [rolling]
1717
fail-fast: false
1818
runs-on: ubuntu-latest
1919
container:

0 commit comments

Comments
 (0)