Skip to content

Commit

Permalink
Use correct distro for coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jan 22, 2024
1 parent 9db61b6 commit 1200199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-coverage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
env:
ROS_DISTRO: rolling
ROS_DISTRO: humble
steps:
- uses: ros-tooling/[email protected]
with:
Expand Down Expand Up @@ -52,5 +52,5 @@ jobs:
name: codecov-umbrella
- uses: actions/upload-artifact@v4
with:
name: colcon-logs-ubuntu-22.04-coverage-rolling
name: colcon-logs-ubuntu-22.04-coverage-humble
path: ros_ws/log

0 comments on commit 1200199

Please sign in to comment.