Skip to content

Commit 2b85ff7

Browse files
Update dependency windows to v2025
1 parent 1648959 commit 2b85ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_angle_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
prepare_angle:
2424
# using windows-2022 as windows-2025 does not have the proper Windows SDK installed
25-
runs-on: windows-2022
25+
runs-on: windows-2025
2626
env:
2727
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
2828
steps:
@@ -47,7 +47,7 @@ jobs:
4747

4848
windows_wheels:
4949
# using windows-2022 as windows-2025 does not have the proper Windows SDK installed
50-
runs-on: windows-2022
50+
runs-on: windows-2025
5151
needs: prepare_angle
5252
strategy:
5353
fail-fast: false

0 commit comments

Comments
 (0)