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 <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 committed Feb 17, 2024
1 parent fd0b954 commit 3851f74
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 3851f74

Please sign in to comment.