You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pin Windows CI jobs to windows-2022 (VS 2022)
windows-latest now resolves to the windows-2025-vs2026 image (Visual Studio
2026 / v18 only), so the hardcoded `cmake -G "Visual Studio 17 2022"` fails
at configure on every PR. Pin the Windows jobs to windows-2022, which provides
VS 2022 17.14 and matches the ..._vs2022.zip deps cache from build_deps.yml.
Stop-gap until VS 2026 support lands. Non-Windows CI fixes were split out to #11277.
0 commit comments