Skip to content

Commit

Permalink
Update workflow to humble
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Apr 6, 2024
1 parent 00b6302 commit 2ba99db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: rolling
required-ros-distributions: humble
- name: Install dependencies
uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: scitos2
target-ros2-distro: rolling
target-ros2-distro: humble
colcon-defaults: |
{
"build": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scitos2

![ROS2](https://img.shields.io/badge/ros2-rolling-darkgreen?logo=ros&logoColor=white)
![ROS2](https://img.shields.io/badge/ros2-humble-blue?logo=ros&logoColor=white)
![License](https://img.shields.io/github/license/grupo-avispa/scitos2)
[![Build](https://github.com/grupo-avispa/scitos2/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/grupo-avispa/scitos2/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/grupo-avispa/scitos2/graph/badge.svg)](https://codecov.io/gh/grupo-avispa/scitos2)
Expand Down

0 comments on commit 2ba99db

Please sign in to comment.