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 Jul 24, 2024
1 parent ebf56f8 commit 88a526a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/humble.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-24.04]
fail-fast: false
steps:
- name: Repo checkout
uses: actions/checkout@v2
- name: Setup ROS 2
uses: ros-tooling/[email protected].1
uses: ros-tooling/[email protected].5
with:
required-ros-distributions: rolling
- name: build and test
uses: ros-tooling/[email protected].5
uses: ros-tooling/[email protected].13
with:
package-name: local_navigation
target-ros2-distro: rolling
Expand Down
1 change: 1 addition & 0 deletions local_navigation/install/.colcon_install_layout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
isolated

0 comments on commit 88a526a

Please sign in to comment.