From 82934b6ebd417cd875c81c9b639c5b58b8866175 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Wed, 26 Oct 2022 20:58:23 -0400 Subject: [PATCH] disable macos builds for now (#894) --- .azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a8652a9ce..2854ab770 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -63,9 +63,9 @@ jobs: Linux: BuildName: 'Linux' ImageName: 'ubuntu-latest' - macOS: - BuildName: 'macOS' - ImageName: 'macOS-latest' + # macOS: + # BuildName: 'macOS' + # ImageName: 'macOS-latest' pool: vmImage: $(ImageName) steps: