Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Aug 5, 2024
1 parent ab71702 commit d16a6e1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@ on:
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:humble-desktop
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-24.04]
fail-fast: false
steps:
- uses: ros-tooling/[email protected].1
- uses: ros-tooling/[email protected].7
with:
required-ros-distributions: humble
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
package-name: rossdl_cmake rossdl_simple_test system_a system_b application_1 application_2 application_3
target-ros2-distro: humble
target-ros2-distro: rolling
colcon-defaults: |
{
"test": {
Expand Down

0 comments on commit d16a6e1

Please sign in to comment.