From a4d73b198a09a3f6cdd60cc88cb256f915609f80 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Wed, 24 Apr 2019 16:59:28 -0700 Subject: [PATCH] azure-pipelines.yml: use macOS-10.14 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1dea13014..62ba0856f2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: macOS pool: - vmImage: macOS-10.13 + vmImage: macOS-10.14 steps: - bash: | set -e