From 6164f3bb7407e15952b10dc404288bc8788ed6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 13:21:06 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci-and-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-and-cd.yml b/.github/workflows/ci-and-cd.yml index cafd357..8f87792 100644 --- a/.github/workflows/ci-and-cd.yml +++ b/.github/workflows/ci-and-cd.yml @@ -10,7 +10,7 @@ on: jobs: ci: name: Build, Lint and Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -29,7 +29,7 @@ jobs: run: rm -r ./target/scala-*/RegenerateWorld-*.jar cd: name: Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: ci if: github.ref == 'refs/heads/main' # softprops/action-gh-release requires this permisson