From 07c4731ba0043788bd42bd5c0ea79ad5375edffa Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Tue, 16 Jul 2024 15:17:29 -0500 Subject: [PATCH] skip mac build --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63a5f2d5b8..9b4eec9ff5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,9 +90,9 @@ jobs: skipFilter: '--filter "Category!=SkipOnLinux"' sonarAnalyze: true integrationTests: true - MacOS: - imageName: macOS-latest - skipFilter: '--filter "Category!=Integration&Category!=SkipOnMacOS"' + # MacOS: + # imageName: macOS-latest + # skipFilter: '--filter "Category!=Integration&Category!=SkipOnMacOS"' Windows: imageName: windows-latest skipFilter: '--filter "Category!=Integration"'