From 33124c2d1cb5a5129025afc226b7e87414b47c7b Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 1 Jul 2022 13:16:15 +0200 Subject: [PATCH] Fix CI for macOS (#3726) --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d60e544b4..96300796f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,9 +67,6 @@ jobs: CI_JOB: release PLATFORM: macos steps: - - script: | - brew uninstall llvm - displayName: macOS Uninstall LLVM - template: '.ci/test.yml' - template: '.ci/release.yml' - job: windows