-
Notifications
You must be signed in to change notification settings - Fork 217
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
GitHub Actions: Upgrade to windows-2022 #3208
GitHub Actions: Upgrade to windows-2022 #3208
Conversation
- The GitHub Actions "windows-2016" environment is soon to be deprecated, upgrade to windows-2022. - See actions/runner-images#5238.
This seems very sensible. Given that the deprecation of |
The other option we have is to use This article has some information: https://docs.microsoft.com/en-us/windows-server/get-started/whats-new-in-windows-server-2022, but no information especially relevant to us. I think if the build succeeds, we can take that as a sign that |
The git history also provides no clues to why |
bors r+ |
bors r- Temporarily cancelling so that we can try to merge both this PR and #3203 together. |
Canceled. |
bors r+ |
Build succeeded: |
Comments
I've noticed that the GitHub Actions Windows tests seem to be cancelled before they properly start. I believe this might be due to the impending deprecation of windows-2016 environments.
I'm going to try the following to see if it fixes the issue:
upgrade to windows-2022.
Issue Number
ADP-1587