From b1c80a6a09a5acdd251b106d231eef210a453262 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 29 Jan 2025 19:15:13 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5ebb77dfe..48228e807 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -175,7 +175,7 @@ jobs: - script: | brew update brew install llvm flang - find / -name flang-new + /usr/local/Cellar/flang/19.1.7_1/bin/flang-new -v make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/19.1.7_1/bin/flang-new - job: OSX_OpenMP_Clang