diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-10 15:53:03 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2019-09-10 15:53:03 (GMT) |
commit | 801f925998cc393260f36f5ac77369fef2373ad1 (patch) | |
tree | 82f2ea98d6e508a11e874f19387f889ab0fefa27 /.azure-pipelines/ci.yml | |
parent | 7d952ded6813c896ea3f4234bb8db5247dcb5484 (diff) | |
download | cpython-801f925998cc393260f36f5ac77369fef2373ad1.zip cpython-801f925998cc393260f36f5ac77369fef2373ad1.tar.gz cpython-801f925998cc393260f36f5ac77369fef2373ad1.tar.bz2 |
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r-- | .azure-pipelines/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index fcfac85..12ff7d4 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -42,7 +42,7 @@ jobs: testRunPlatform: macos pool: - vmImage: xcode9-macos10.13 + vmImage: macos-10.14 steps: - template: ./macos-steps.yml @@ -131,7 +131,7 @@ jobs: condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true')) pool: - vmImage: vs2017-win2016 + vmImage: windows-2019 strategy: matrix: |