From c324d458bd555ca0da8e48ba0f98a59d5320860f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 17:16:25 +0000 Subject: [PATCH] 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 34a44a4..68c2f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: bazel-ubuntu-arm64: name: bazel ubuntu arm64 - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm container: ubuntu:26.04 steps: - name: setup @@ -522,7 +522,7 @@ jobs: cmake-ubuntu-arm64: name: cmake ubuntu arm64 - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm container: ubuntu:26.04 steps: - name: setup @@ -804,7 +804,7 @@ jobs: gradle-ubuntu-arm64: name: gradle ubuntu arm64 - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-26.04-arm container: ubuntu:26.04 steps: - name: setup