From 5accd15fba06fbdba0aab306921073dbb965d59a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:35:10 +0000 Subject: [PATCH] chore(deps): update dependency windows to v2025 --- .github/workflows/bazel_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel_build.yaml b/.github/workflows/bazel_build.yaml index 3f7ac92..f5762f7 100644 --- a/.github/workflows/bazel_build.yaml +++ b/.github/workflows/bazel_build.yaml @@ -95,7 +95,7 @@ jobs: build_and_test_windows_2019: name: Windows 2019 - runs-on: windows-2019 + runs-on: windows-2025 steps: - uses: actions/checkout@v4 @@ -113,7 +113,7 @@ jobs: build_and_test_windows_2022: name: Windows 2022 - runs-on: windows-2022 + runs-on: windows-2025 steps: - uses: actions/checkout@v4