Skip to content

Commit 88a526a

Browse files
committed
Fix CI
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent ebf56f8 commit 88a526a

3 files changed

Lines changed: 4 additions & 41 deletions

File tree

.github/workflows/humble.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/rolling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-22.04]
16+
os: [ubuntu-24.04]
1717
fail-fast: false
1818
steps:
1919
- name: Repo checkout
2020
uses: actions/checkout@v2
2121
- name: Setup ROS 2
22-
uses: ros-tooling/setup-ros@0.7.1
22+
uses: ros-tooling/setup-ros@0.7.5
2323
with:
2424
required-ros-distributions: rolling
2525
- name: build and test
26-
uses: ros-tooling/action-ros-ci@0.3.5
26+
uses: ros-tooling/action-ros-ci@0.3.13
2727
with:
2828
package-name: local_navigation
2929
target-ros2-distro: rolling
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
isolated

0 commit comments

Comments
 (0)