Skip to content

Commit

Permalink
Split humble/iron/jazzy from rolling (#209)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
mintar authored Oct 1, 2024
1 parent 11bf900 commit 9800633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9800633

Please sign in to comment.