-
Notifications
You must be signed in to change notification settings - Fork 4.4k
migrate to windows-2022 #6210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate to windows-2022 #6210
Conversation
|
The binary size change of libncnn.so (bytes)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates the Windows CI workflow from using a matrix of different Windows runners (windows-2019 and windows-2022) to exclusively use windows-2022, requiring additional setup steps to support older Visual Studio toolsets.
- Consolidates all builds to run on windows-2022 instead of using different OS versions
- Adds installation steps for VS 2015 and VS 2017 build tools since they're not pre-installed on windows-2022
- Splits a long cmake command into multiple lines for better readability
|
Thanks for your contribution ! |
No description provided.