Skip to content

Commit 5b7649c

Browse files
committed
Use humble environment on humble
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
1 parent 2640ff6 commit 5b7649c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/colcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- {rosdistro: 'rolling', container: 'ros:rolling'}
18+
- {rosdistro: 'humble', container: 'ros:humble'}
1919
container: ${{ matrix.config.container }}
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)