From e06dcf75c10bfb397da87e9a9422404871129580 Mon Sep 17 00:00:00 2001 From: Florian Vahl <7vahl@informatik.uni-hamburg.de> Date: Thu, 5 Dec 2024 11:53:21 +0100 Subject: [PATCH 1/2] Bump CI --- .../{build_and_test_iron.yaml => build_and_test_jazzy.yaml} | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{build_and_test_iron.yaml => build_and_test_jazzy.yaml} (90%) diff --git a/.github/workflows/build_and_test_iron.yaml b/.github/workflows/build_and_test_jazzy.yaml similarity index 90% rename from .github/workflows/build_and_test_iron.yaml rename to .github/workflows/build_and_test_jazzy.yaml index 4f8616d..d1416c2 100644 --- a/.github/workflows/build_and_test_iron.yaml +++ b/.github/workflows/build_and_test_jazzy.yaml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Build and Test (iron) +name: Build and Test (jazzy) # Controls when the action will run. on: @@ -22,7 +22,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: ubuntu:jammy + image: ubuntu:noble # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -32,4 +32,4 @@ jobs: use-ros2-testing: true - uses: ros-tooling/action-ros-ci@v0.3 with: - target-ros2-distro: iron + target-ros2-distro: jazzy diff --git a/README.md b/README.md index 17620e5..7c73ab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Humanoid League Virtual Season Player -[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=main)](../../actions/workflows/build_and_test_iron.yaml?query=branch:main) +[![Build and Test (jazzy)](../../actions/workflows/build_and_test_jazzy.yaml/badge.svg?branch=main)](../../actions/workflows/build_and_test_jazzy.yaml?query=branch:main) [![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=main)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:main) ## Introduction From 4d6a1ab16a544daa820efcd1fcd1a7bbaf6a96e4 Mon Sep 17 00:00:00 2001 From: Florian Vahl <7vahl@informatik.uni-hamburg.de> Date: Thu, 5 Dec 2024 15:31:14 +0100 Subject: [PATCH 2/2] Use correct ubuntu version for rolling --- .github/workflows/build_and_test_rolling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 1b15d89..6e073c2 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -22,7 +22,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest container: - image: ubuntu:jammy + image: ubuntu:noble # Steps represent a sequence of tasks that will be executed as part of the job steps: