-
Notifications
You must be signed in to change notification settings - Fork 506
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
Switch to windows-2022
hosted runners
#3056
Conversation
@riverar windows-rs/.github/workflows/lib.yml Line 63 in 40d35fa
|
We could, yup. I'm not really a fan of vswhere honestly but that's me. |
I don't really care - just noticed that's what lib.yml does - I don't have it installed locally for some reason so I assume it doens't even come with Visual Studio. |
It would just be nice not to have to hardcode these paths. |
vswhere should always be installed with visual studio. And always in the same path: |
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.
lgtm!
Thanks! |
Co-authored-by: Rafael Rivera <[email protected]>
In an attempt to fix #3054 build issues, I'm testing whether we can switch to the latest GitHub runners so that we can build with VS 2022 rather than 2019.
I expect action.yml will also need to be "fixed" as it has some hardcoded paths.