Skip to content

Commit a47b619

Browse files
committed
Bump CI
1 parent efc57d7 commit a47b619

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build_and_test_iron.yaml renamed to .github/workflows/build_and_test_jazzy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: Build and Test (iron)
3+
name: Build and Test (jazzy)
44

55
# Controls when the action will run.
66
on:
@@ -22,7 +22,7 @@ jobs:
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ubuntu:jammy
25+
image: ubuntu:noble
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
@@ -31,4 +31,4 @@ jobs:
3131
use-ros2-testing: true
3232
- uses: ros-tooling/[email protected]
3333
with:
34-
target-ros2-distro: iron
34+
target-ros2-distro: jazzy

.github/workflows/build_and_test_rolling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
2424
container:
25-
image: ubuntu:jammy
25+
image: ubuntu:noble
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A set of packages which contain common soccer interface files
33

44
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](../../actions/workflows/build_and_test_humble.yaml?query=branch:humble)
5-
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
5+
[![Build and Test (jazzy)](../../actions/workflows/build_and_test_jazzy.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_jazzy.yaml?query=branch:rolling)
66
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)
77

88
## Installation

0 commit comments

Comments
 (0)