From e4a5ab2db8af30df327c83bf3761e7d51beb8538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 03:30:39 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .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 78241987..cbd273ee 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-26.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-26.04 # we wish to publish on tags (non-SNAPSHOT versions) # and on master branch (SNAPSHOT versions) as long as lint_and_test passed