Skip to content

Commit 9ed8fd2

Browse files
authored
ci: remove Windows Server 2016 from builds on Azure Pipelines (#652)
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.
1 parent 4f83beb commit 9ed8fd2

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.azure-pipelines.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -53,41 +53,6 @@ jobs:
5353
parameters:
5454
cxxver: '14'
5555

56-
- job: 'win2016_vs2017_cxx14_cmake'
57-
pool:
58-
vmImage: 'vs2017-win2016'
59-
steps:
60-
- task: UsePythonVersion@0
61-
displayName: 'Setup Python'
62-
inputs:
63-
versionSpec: '3.6'
64-
addToPath: true
65-
architecture: 'x64'
66-
- template: .ci/azure-pipelines/steps-check-cmake.yml
67-
- template: .ci/azure-pipelines/steps-install-conan.yml
68-
- template: .ci/azure-pipelines/steps-install-boost.yml
69-
- template: .ci/azure-pipelines/steps-cmake-build-and-test.yml
70-
parameters:
71-
use_conan: 'ON'
72-
73-
- job: 'win2016_vs2017_cxx17_cmake'
74-
pool:
75-
vmImage: 'vs2017-win2016'
76-
steps:
77-
- task: UsePythonVersion@0
78-
displayName: 'Setup Python'
79-
inputs:
80-
versionSpec: '3.6'
81-
addToPath: true
82-
architecture: 'x64'
83-
- template: .ci/azure-pipelines/steps-check-cmake.yml
84-
- template: .ci/azure-pipelines/steps-install-conan.yml
85-
- template: .ci/azure-pipelines/steps-install-boost.yml
86-
- template: .ci/azure-pipelines/steps-cmake-build-and-test.yml
87-
parameters:
88-
cxxver: '17'
89-
use_conan: 'ON'
90-
9156
- job: 'macos1015_xcode11_cmake'
9257
pool:
9358
vmImage: 'macOS-10.15'

0 commit comments

Comments
 (0)