From 6bc91526ba62606813072d49eb8e48f94fe10e98 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 13 Jul 2026 14:36:28 +0000 Subject: [PATCH] chore(deps): update dependency windows to v2025 --- .github/workflows/windows-bazel.yml | 2 +- .github/workflows/windows-cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-bazel.yml b/.github/workflows/windows-bazel.yml index 288b25454d842..70643fe1f53bd 100644 --- a/.github/workflows/windows-bazel.yml +++ b/.github/workflows/windows-bazel.yml @@ -22,7 +22,7 @@ permissions: jobs: bazel: name: bazel + ${{ matrix.msvc }} + ${{ matrix.compilation_mode }} + ${{ matrix.shard }} - runs-on: windows-2022 + runs-on: windows-2025 permissions: contents: 'read' strategy: diff --git a/.github/workflows/windows-cmake.yml b/.github/workflows/windows-cmake.yml index e9141e9f5b4fa..26303df8fee4f 100644 --- a/.github/workflows/windows-cmake.yml +++ b/.github/workflows/windows-cmake.yml @@ -30,7 +30,7 @@ permissions: jobs: cmake: name: cmake + ${{ matrix.msvc }} + ${{ matrix.arch }} + ${{ matrix.build_type }} + ${{ matrix.shard }} - runs-on: windows-2022 + runs-on: windows-2025 permissions: contents: 'read' strategy: