Skip to content

Commit

Permalink
Merge pull request #57 from nexB/deprecate-win-2016-ci
Browse files Browse the repository at this point in the history
Deprecate windows-2016 images for azure CI
  • Loading branch information
JonoYang authored Mar 1, 2022
2 parents c7084ee + 9558c0c commit cb17d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- template: etc/ci/azure-win.yml
parameters:
job_name: win2016_cpython
image_name: vs2017-win2016
job_name: win2022_cpython
image_name: windows-2022
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
test_suites:
all: venv\Scripts\pytest -n 2 -vvs
Expand Down

0 comments on commit cb17d70

Please sign in to comment.