From 57f7cb3398475162b916d0d979e047a67cae5dd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:09:53 +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 1877fb9..7605e18 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