Skip to content

Commit 4056d8b

Browse files
committed
Bump CI
1 parent 662e43a commit 4056d8b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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/action-ros-ci@v0.3
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
@@ -1,7 +1,7 @@
11
# Game Controller Client (RoboCup Humanoid League)
22

33
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_humble.yaml?query=branch:rolling)
4-
[![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)
4+
[![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)
55
[![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)
66

77
This is the client for the humanoid league game controller. It communicates with the game controller via UDP and sends a game state message to ROS subscribers.

0 commit comments

Comments
 (0)