From d79f245b1f76b95276a274b3bae37807da1cdcd1 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 Sep 2019 11:29:49 +0200 Subject: [PATCH] Disable macOS 10.14 in CI again One machine is not patched correctly and causes builds to fail. Commit migrated from https://github.com/dotnet/corefx/commit/767467e72a372b31be44ee08e161b19e846c191a --- eng/pipelines/libraries/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/macos.yml b/eng/pipelines/libraries/macos.yml index 6f78bd0..0b28f3b 100644 --- a/eng/pipelines/libraries/macos.yml +++ b/eng/pipelines/libraries/macos.yml @@ -56,4 +56,4 @@ stages: submitToHelix: true variables: - - macOSQueues: OSX.1013.Amd64.Open+OSX.1014.Amd64.Open + - macOSQueues: OSX.1013.Amd64.Open #+OSX.1014.Amd64.Open https://github.com/dotnet/core-eng/issues/7835 -- 2.7.4