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