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 87d6d5b commit c56e1ae
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: iron
steps:
- uses: ros-tooling/setup-ros@0.7.1
with:
Expand Down Expand Up @@ -48,5 +48,5 @@ jobs:
name: codecov-umbrella
- uses: actions/upload-artifact@v4.1.0
with:
name: colcon-logs-ubuntu-22.04-coverage-rolling
name: colcon-logs-ubuntu-22.04-coverage-iron
path: ros_ws/log

0 comments on commit c56e1ae

Please sign in to comment.