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(ci): pin Windows runner to windows-2022, not windows-2025
The windows-latest / windows-2025 runner image is now
"windows-2025-vs2026" and ships Visual Studio 2026 (v18) only, so
'cmake -G "Visual Studio 17 2022"' fails with "could not find any
instance of Visual Studio". Pin to windows-2022, which still provides
Visual Studio 2022 (17.14) matching the generator and the vs2022 deps.
0 commit comments