Skip to content

Commit

Permalink
ci: use jazzy image in CI instead of rolling (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored Jul 31, 2024
1 parent 5b0d81f commit cd2e8c5
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: 'jazzy', container: 'ros:jazzy'}
container: ${{ matrix.config.container }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cd2e8c5

Please sign in to comment.