We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf56f8 commit 88a526aCopy full SHA for 88a526a
3 files changed
.github/workflows/humble.yaml
.github/workflows/rolling.yaml
@@ -13,17 +13,17 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-22.04]
+ os: [ubuntu-24.04]
17
fail-fast: false
18
steps:
19
- name: Repo checkout
20
uses: actions/checkout@v2
21
- name: Setup ROS 2
22
- uses: ros-tooling/setup-ros@0.7.1
+ uses: ros-tooling/setup-ros@0.7.5
23
with:
24
required-ros-distributions: rolling
25
- name: build and test
26
- uses: ros-tooling/action-ros-ci@0.3.5
+ uses: ros-tooling/action-ros-ci@0.3.13
27
28
package-name: local_navigation
29
target-ros2-distro: rolling
local_navigation/install/.colcon_install_layout
@@ -0,0 +1 @@
1
+isolated
0 commit comments