From 9a841228ada955002741c1e9d76e426b2dcaee12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:23:34 +0000 Subject: [PATCH] Update dependency windows to v2025 --- .github/workflows/windows_angle_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index 3d12c90..b8c9364 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -22,7 +22,7 @@ env: jobs: prepare_angle: # using windows-2022 as windows-2025 does not have the proper Windows SDK installed - runs-on: windows-2022 + runs-on: windows-2025 env: DEPOT_TOOLS_WIN_TOOLCHAIN: 0 steps: @@ -47,7 +47,7 @@ jobs: windows_wheels: # using windows-2022 as windows-2025 does not have the proper Windows SDK installed - runs-on: windows-2022 + runs-on: windows-2025 needs: prepare_angle strategy: fail-fast: false