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: