Disable macOS 10.14 in CI again
authorViktor Hofer <viktor.hofer@microsoft.com>
Fri, 13 Sep 2019 09:29:49 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 09:29:49 +0000 (11:29 +0200)
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

index 6f78bd0..0b28f3b 100644 (file)
@@ -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