We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f749e0 commit 8f1946eCopy full SHA for 8f1946e
.github/deps.repos
@@ -2,4 +2,4 @@ repositories:
2
Fields2Cover:
3
type: git
4
url: https://github.com/Fields2Cover/Fields2Cover.git
5
- version: main
+ version: v1.2.1-devel
.github/workflows/test.yml
@@ -12,11 +12,11 @@ jobs:
12
ROS_DISTRO: ${{ matrix.ros_distro }}
13
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp
14
container:
15
- image: rostooling/setup-ros-docker:ubuntu-jammy-latest
+ image: rostooling/setup-ros-docker:ubuntu-noble-latest
16
strategy:
17
fail-fast: false
18
matrix:
19
- ros_distro: [iron]
+ ros_distro: [jazzy]
20
steps:
21
- uses: actions/checkout@v2
22
- name: Install Cyclone DDS
0 commit comments