We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1648959 commit 2b85ff7Copy full SHA for 2b85ff7
.github/workflows/windows_angle_wheels.yml
@@ -22,7 +22,7 @@ env:
22
jobs:
23
prepare_angle:
24
# using windows-2022 as windows-2025 does not have the proper Windows SDK installed
25
- runs-on: windows-2022
+ runs-on: windows-2025
26
env:
27
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
28
steps:
@@ -47,7 +47,7 @@ jobs:
47
48
windows_wheels:
49
50
51
needs: prepare_angle
52
strategy:
53
fail-fast: false
0 commit comments