From 18f797a26833bb90641ca6484060e4543dfce1ed Mon Sep 17 00:00:00 2001 From: Florian Vahl <7vahl@informatik.uni-hamburg.de> Date: Thu, 5 Dec 2024 11:40:21 +0100 Subject: [PATCH] Bump CI --- .github/workflows/build_and_test_jazzy.yaml | 2 +- .github/workflows/build_and_test_rolling.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_jazzy.yaml b/.github/workflows/build_and_test_jazzy.yaml index 547f95e..a89630d 100644 --- a/.github/workflows/build_and_test_jazzy.yaml +++ b/.github/workflows/build_and_test_jazzy.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: diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 7fee75d..fa7e864 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: