• Show log

    Commit

  • Hash : 95f329b4
    Author : Patrick Steinhardt
    Date : 2020-03-10T21:07:34

    azure: upgrade to newer hosted VM images
    
    Azure is phasing out old images on March 23rd 2020, but we're currently
    still using them. So let's upgrade images as following:
    
        - Ubuntu 16.04 -> ubuntu-18.04
        - macOS 10.13 -> macOS-10.15
        - Hosted Windows machines -> vs2017-win2016
    
    Each of them is currently the latest version. As the new Microsoft
    Windows machine has upgraded to MSVS2017, we need to also adjust our
    CMake generators to "Visual Studio 15 2017". As this CMake generator
    doesn't accept the target platform name anymore, we instead need to set
    it up via either "-A Win32" or "-A x64".
    
    [1]: https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/