Skip to content

MAINT: make sure CI stays on VS2019 unless changed explicitly #20579

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

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

charris
Copy link
Member

@charris charris commented Dec 13, 2021

Backport of #20524.

To avoid the deprecation warnings on azure for the old windows images, #20234 moved to windows-latest. This is currently equivalent to windows-2019 (bringing visual studio 2019, and corresponding toolset), but will presumably change to windows-2022 at some point in the future.

Such a change of compiler version should be made consciously for the numpy CI (rather than imposed by what azure does), because the compiler version used for windows effectively defines the lower bound of support on windows (as otherwise, changes that break on older compilers will not be caught in CI).

@charris charris added this to the 1.22.0 release milestone Dec 13, 2021
@charris charris merged commit 9cd0350 into numpy:maintenance/1.22.x Dec 13, 2021
@charris charris deleted the backport-20524 branch December 13, 2021 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants