From a68f8b23e51e1942c128f05f464f91de5e2a020f Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Wed, 26 Feb 2020 16:47:26 -0500 Subject: [PATCH] Bump MacOS build image on Azure Pipelines The 10.13 image is no longer supported and will be removed on 3/23. Closes #276 --- azure-pipelines.yml | 4 ++-- examples/azure-pipelines-minimal.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 74d78395..4b5aabd3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: python ./bin/run_tests.py - job: macos_35 - pool: {vmImage: 'macOS-10.13'} + pool: {vmImage: 'macOS-10.15'} steps: - task: UsePythonVersion@0 inputs: @@ -20,7 +20,7 @@ jobs: python ./bin/run_tests.py - job: macos_38 - pool: {vmImage: 'macOS-10.13'} + pool: {vmImage: 'macOS-10.15'} steps: - task: UsePythonVersion@0 inputs: diff --git a/examples/azure-pipelines-minimal.yml b/examples/azure-pipelines-minimal.yml index 567d6302..c67b819a 100644 --- a/examples/azure-pipelines-minimal.yml +++ b/examples/azure-pipelines-minimal.yml @@ -11,7 +11,7 @@ jobs: inputs: {pathtoPublish: 'wheelhouse'} - job: macos - pool: {vmImage: 'macOS-10.13'} + pool: {vmImage: 'macOS-10.15'} steps: - task: UsePythonVersion@0 - bash: |