From b4e9f26eceb92a7c55a3442440a9bfe71f3b0a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 21:13:45 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8255cc..630d3fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ env: jobs: lint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7 @@ -51,7 +51,7 @@ jobs: run: hatch fmt unit-test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7 @@ -72,7 +72,7 @@ jobs: # those packages to GitHub as a build artifact. The push job downloads those # artifacts and pushes them as a single multi-platform package. build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 strategy: fail-fast: true matrix: @@ -126,7 +126,7 @@ jobs: # pushes them as a multi-platform package. push: if: ${{ github.event_name != 'pull_request' }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 needs: - build steps: