From a48545ce9fc9789b1d0cdf9c9ef940de85d43c1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:30:09 +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 a6c596eb9..b67ccfebc 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -13,7 +13,7 @@ jobs: # Build Build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Get the sources uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4