From e08a3607d07d9297488881cd44c8705d7580572f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 22:11:13 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a3c3ee..8d34eda 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ env: jobs: # Compute the package version once and share it with all jobs that need it version: - runs-on: &default-runner ubuntu-24.04 + runs-on: &default-runner ubuntu-26.04 outputs: version: ${{ steps.version.outputs.version }} npm-tag: ${{ steps.version.outputs.npm-tag }}