From 55380ebc98122548e1edfc04a5cce0654dced54b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:06:13 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4d12f5f..6e4ce97e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: push: name: Push ${{ github.ref }} if: github.event_name == 'push' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: checks: read statuses: write