From c168d439b4158d291850448edf423aae87de9556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:59:14 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/ci-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-and-release.yml b/.github/workflows/ci-and-release.yml index 7824198..0d1fa41 100644 --- a/.github/workflows/ci-and-release.yml +++ b/.github/workflows/ci-and-release.yml @@ -15,7 +15,7 @@ on: jobs: lint_and_test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: run: sbt "scalafmtCheckAll; compile; scalafixAll --check; test" publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # we wish to publish on tags (non-SNAPSHOT versions) # and on master branch (SNAPSHOT versions) as long as lint_and_test passed