From baf6611f43d7223ab8f45779e72298aa69a96ded Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 11 Nov 2024 20:52:20 -0500 Subject: [PATCH] use classic linker for all gfortran mac tests (because newer xcode clt) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fa88cec7ca..fdfbfff4ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,7 +257,6 @@ jobs: run: pixi run install - name: Set LDFLAGS (macOS) - if: matrix.os == 'macos-14' run: | os_ver=$(sw_vers -productVersion | cut -d'.' -f1) if (( "$os_ver" > 12 )); then