File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : CI (iron )
1
+ name : CI (jazzy )
2
2
on :
3
3
push :
4
4
branches : [ main ]
9
9
build :
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ubuntu:jammy
12
+ image : ubuntu:noble
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- uses : ros-tooling/setup-ros@v0.7
16
16
with :
17
17
use-ros2-testing : true
18
18
- uses : ros-tooling/action-ros-ci@v0.3
19
19
with :
20
- target-ros2-distro : iron
20
+ target-ros2-distro : jazzy
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ubuntu:jammy
12
+ image : ubuntu:noble
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- uses : ros-tooling/setup-ros@v0.7
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ROS 2 vendor package for Force Dimension SDK.
5
5
6
6
![ Force Dimension SDK] ( https://img.shields.io/badge/SDK_version-3.16.1-blue )
7
7
[ ![ CI (humble)] ( https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml )
8
- [ ![ Build tests (iron )] ( ../../actions/workflows/ci-iron .yaml/badge.svg?branch=main )] ( ../../actions/workflows/ci-iron .yaml?query=branch:main )
8
+ [ ![ Build tests (jazzy )] ( ../../actions/workflows/ci-jazzy .yaml/badge.svg?branch=main )] ( ../../actions/workflows/ci-jazzy .yaml?query=branch:main )
9
9
[ ![ Build tests (rolling)] ( ../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main )] ( ../../actions/workflows/ci-rolling.yaml?query=branch:main )
10
10
11
11
## Usage example
You can’t perform that action at this time.
0 commit comments