From 407f7df111ae2a16b086d68cb005385ccac51780 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 30 Jun 2022 16:49:22 +0200 Subject: [PATCH] Fix macOS CI tests (#652) * Remove LLVM removal for macOS build --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0f5fc71..a7ca0532 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,9 +59,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