Skip to content

Commit

Permalink
Use humble environment on humble
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Feb 18, 2024
1 parent 2640ff6 commit 5b7649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
config:
- {rosdistro: 'rolling', container: 'ros:rolling'}
- {rosdistro: 'humble', container: 'ros:humble'}
container: ${{ matrix.config.container }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5b7649c

Please sign in to comment.