From 2ba0f8190d3bb39842fc6f6ca47bd76272f1d2ae Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 1 Apr 2020 12:59:17 +0200 Subject: [PATCH] Update macOS image The 10.13 image was removed by Azure and no longer builds. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4e659e0..3ddca01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: image_name: 'ubuntu-16.04' rustup_toolchain: stable mac: - image_name: 'macos-10.13' + image_name: 'macOS-10.15' rustup_toolchain: stable windows: image_name: 'vs2017-win2016' @@ -75,7 +75,7 @@ jobs: image_name: 'ubuntu-16.04' rustup_toolchain: nightly mac: - image_name: 'macos-10.13' + image_name: 'macos-10.15' rustup_toolchain: nightly windows: image_name: 'vs2017-win2016'