From 70b12f62da331dd402b78102ec8f6a15d59a7af9 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Tue, 7 Jul 2020 13:45:07 +0200 Subject: [PATCH] Update macOS image name Use macOS latest instead of a specific and old version. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b582f08a..2e9835fc7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,10 +30,10 @@ strategy: BUILD_TARGET: 'Android' BUILD_ARCH: 'x86_64' macOS: - imageName: 'macos-10.13' + imageName: 'macos-latest' BUILD_TARGET: 'macOS' iOS: - imageName: 'macos-10.13' + imageName: 'macos-latest' BUILD_TARGET: 'iOS' Windows-v141-amd64: imageName: 'vs2017-win2016'