From 52aa7db1445e644347a0dacb448985789a5fcfcb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 20:32:03 +0000 Subject: [PATCH] Update dependency ubuntu to v26 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3fa4c..7217c0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ env: jobs: lint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7 @@ -52,7 +52,7 @@ jobs: run: hatch fmt unit-test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7 @@ -70,7 +70,7 @@ jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7 @@ -111,7 +111,7 @@ jobs: if: ${{ inputs.version != '' }} needs: - build - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Download Sdist and Wheel from GitHub uses: actions/download-artifact@v8 @@ -133,7 +133,7 @@ jobs: # The simple docs tool we're using doesn't support versions, so our docs # will only reflect what's in main. if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@v7