summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/pr.yml
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-10 16:20:16 (GMT)
committerSteve Dower <steve.dower@python.org>2019-09-10 16:20:16 (GMT)
commitcdce233f61349d029640b2dd2c0403e502050e39 (patch)
tree4c01cb2be08da9962877ff4a61c641c993367600 /.azure-pipelines/pr.yml
parent6c588a00ed88dc621023771d5c50167423d0eea3 (diff)
downloadcpython-cdce233f61349d029640b2dd2c0403e502050e39.zip
cpython-cdce233f61349d029640b2dd2c0403e502050e39.tar.gz
cpython-cdce233f61349d029640b2dd2c0403e502050e39.tar.bz2
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
(cherry picked from commit 801f925998cc393260f36f5ac77369fef2373ad1) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to '.azure-pipelines/pr.yml')
-rw-r--r--.azure-pipelines/pr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 2486f88..e3e24ae 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -40,7 +40,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: