Skip to content

Commit 2d48105

Browse files
committedMar 6, 2024
test with rolling
1 parent a3948ec commit 2d48105

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎.github/deps.repos

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ repositories:
33
type: git
44
url: https://github.com/Fields2Cover/Fields2Cover.git
55
version: main
6+
navigation2:
7+
type: git
8+
url: https://github.com/ros-planning/navigation2/
9+
version: main

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ros_distro: [iron]
19+
ros_distro: [rolling]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Install Cyclone DDS

0 commit comments

Comments
 (0)