From 8a929978d95414cb8973e289586d3736abb669b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:51:44 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/integrationtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtests.yml b/.github/workflows/integrationtests.yml index 5feb872a1..bb080b7ed 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -17,7 +17,7 @@ jobs: # Build Build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Get the sources uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4