From 02c6bce8eb3c384b6b8470c49995ddab436613a8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 7 Apr 2025 14:47:41 +0200 Subject: [PATCH] Update flang call in OSX_LLVM_flangnew job --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26f4c2af3..e5f8782f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -175,7 +175,7 @@ jobs: - script: | brew update brew install llvm flang - make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/19.1.7_1/bin/flang-new NO_SHARED=1 + make TARGET=NEHALEM CC=/usr/local/opt/llvm/bin/clang FC=/usr/local/Cellar/flang/20.1.2_1/bin/flang NO_SHARED=1 - job: OSX_OpenMP_Clang pool: