From df242c8ff297cc1f23145396f9b91b2326f4d7ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:22:22 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2bf850f..fb33388b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: run: crystal tool format --check src spec docs: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Download source uses: actions/checkout@v4