From 380a505507a6df9cbb1fe77b5b6251dc14894921 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 13 Mar 2020 06:02:47 -0700 Subject: [PATCH] azure-pipelines: use OSX 10.15 (was just enabled upstream) (#13546) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dccd0d05e7..e04974f5bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,10 +12,10 @@ jobs: vmImage: 'ubuntu-16.04' CPU: i386 OSX_amd64: - vmImage: 'macOS-10.14' + vmImage: 'macOS-10.15' CPU: amd64 OSX_amd64_cpp: - vmImage: 'macOS-10.14' + vmImage: 'macOS-10.15' CPU: amd64 NIM_COMPILE_TO_CPP: true Windows_amd64: