Skip to content
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

ci: remove Windows Server 2016 from builds on Azure Pipelines #652

Merged
merged 1 commit into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. ci: remove Windows Server 2016 from builds on Azure Pipelines

    The images with Windows Server 2016 / Visual Studio 2017 have
    been deprecated by Microsoft and are in the process of being
    removed completely, so that no further builds with that image
    will be possible.
    
    For reference, see
    * <https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/>
    * <actions/runner-images#5238>
    
    Since it seems that Microsoft is basically using the same build
    environments on both Azure and GitHub Actions when it comes to
    Windows and Visual Studio, I decided to remove those jobs instead
    of updating them to a newer version of the image. The tests that
    would be possible with newer images on Azure are basically what
    we are already doing with GitHub Actions.
    striezel committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    384d375 View commit details
    Browse the repository at this point in the history