Skip to content

Commit cb17d70

Browse files
authored
Merge pull request #57 from nexB/deprecate-win-2016-ci
Deprecate windows-2016 images for azure CI
2 parents c7084ee + 9558c0c commit cb17d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
- template: etc/ci/azure-win.yml
4343
parameters:
44-
job_name: win2016_cpython
45-
image_name: vs2017-win2016
44+
job_name: win2022_cpython
45+
image_name: windows-2022
4646
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
4747
test_suites:
4848
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)