From 57ce824b27a82cd555076bdc01ea0f83589aae33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:58:19 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/style.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 2107d7d8..15b8770b 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -7,7 +7,7 @@ name: Non executable checks jobs: check-style: name: Check style and headers - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update @@ -17,7 +17,7 @@ jobs: clean-compilation: name: Clean compilation - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b58f8652..3ac3e0a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ name: Execution checks jobs: test-utils: name: Test utility programs - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update @@ -17,7 +17,7 @@ jobs: unit-tests: name: Unit tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: sudo apt-get -y update