From 7889d29ed2272208eed2855789f16648f92c0373 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 1 Jul 2020 22:06:27 +0200 Subject: [PATCH] [ci] switch azure osx to latest image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 277140ca..ecf4a9d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ jobs: - job: macos pool: - vmImage: 'macos-10.13' + vmImage: 'macos-latest' steps: - script: | brew update -- 2.11.0