-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update GitHub workflow to use Windows 2022 #2348
Update GitHub workflow to use Windows 2022 #2348
Conversation
…mattermost-main
Meant this to be a draft. I updated .NET to 4.8 (from 4.7) to see if that fixes the Windows 2022 dependencies. |
Ok, after updating the Windows 10 SDK path, this passes the GitHub build with the Windows Server 2022 image. The new requirements are: .NET 4.8 and Windows 10 SDK 10.0.19041.0 (added to readme). |
@chenilim does this affect the OS/system requirements for running the Boards desktop app? |
@harshilsharma63, yes .NET 4.8 is now required (up from 4.7.2). Documentation. However, the Windows SDK itself doesn't affect the version of Windows required (as long as new APIs aren't used). |
Summary
Use windows-22 for GitHub build