From 79acb6ca3012c91c3ef1598876617fe5cf550f1e Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Mon, 20 Apr 2020 17:37:57 +0100 Subject: [PATCH] macOS-10.13 is not supported anymore in Azure Pipelines --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f2ba500..c006698 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: - template: admin/pipelines/cargo-steps.yml - job: MacOS pool: - vmImage: macOS-10.13 + vmImage: macOS-10.14 steps: - template: admin/pipelines/rustup.yml - template: admin/pipelines/cargo-steps.yml