From 1069e2b8957a8be1d68f317d347b698c0b65f792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:48:35 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a54ab227..f8f27d11 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,7 +38,7 @@ jobs: # This job triggers only if all the other jobs succeed. It builds the Docker image to ensure it builds correctly. needs: [test] name: Docker - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2