From 207c692982004e6fbe1936d49721206c0f979069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigurd=20Kirkevold=20N=C3=A6ss?= Date: Thu, 7 Nov 2024 23:29:39 +0100 Subject: [PATCH] back --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2831d4bc..b988294d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: name: "Run tests on MacOS" runs-on: macos-12 env: - LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.) + #LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.) CC: gcc-12 CXX: gcc-12 FC: gfortran-12