From 25be0848729282305899e050f530b9fc8c12d059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:05:32 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .github/workflows/changeset.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 449ea46..deeea19 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -17,7 +17,7 @@ concurrency: jobs: changeset: name: Changeset present - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 timeout-minutes: 10 steps: # `changeset status --since=origin/main` diffs against the merge-base. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d524747..830e54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: package: - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 timeout-minutes: 10 steps: - name: Check out the repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9858ad..1051141 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ concurrency: jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 timeout-minutes: 15 steps: - name: Check out the repository