From 19b72927f1f21f0b48e9d1fb7fbd0f2967acb27b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:11:09 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 Generated by renovateBot --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c9e1961..1ab3ba7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: analysis: name: SonarCloud and codecov analysis - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) || github.event_name == 'workflow_dispatch'