From a66ec3607e8cf7a9f09ca63d0d411292423558ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:55:59 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ea0c24..ee559c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: setup-env: name: Setup Environment Variables - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 outputs: flutter-version: ${{ steps.env.outputs.flutter-version }} node-version: ${{ steps.env.outputs.node-version }} @@ -32,7 +32,7 @@ jobs: lint-and-test: name: Lint & Test - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 needs: setup-env timeout-minutes: 30 @@ -79,7 +79,7 @@ jobs: build: name: Build Applications - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 needs: [setup-env, lint-and-test] if: github.event_name == 'push' timeout-minutes: 45