Skip to content

Commit 602ddbc

Browse files
authored
switch iron CI to jazzy (#17)
1 parent a7a2d01 commit 602ddbc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI (iron)
1+
name: CI (jazzy)
22
on:
33
push:
44
branches: [ main ]
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ubuntu:jammy
12+
image: ubuntu:noble
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ros-tooling/setup-ros@v0.7
1616
with:
1717
use-ros2-testing: true
1818
- uses: ros-tooling/action-ros-ci@v0.3
1919
with:
20-
target-ros2-distro: iron
20+
target-ros2-distro: jazzy

.github/workflows/ci-rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ubuntu:jammy
12+
image: ubuntu:noble
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: ros-tooling/setup-ros@v0.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ROS 2 vendor package for Force Dimension SDK.
55

66
![Force Dimension SDK](https://img.shields.io/badge/SDK_version-3.16.1-blue)
77
[![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)
99
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)
1010

1111
## Usage example

0 commit comments

Comments
 (0)