Skip to content

Commit

Permalink
use classic linker for all gfortran mac tests (because newer xcode clt)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 12, 2024
1 parent 9d97bd8 commit baf6611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baf6611

Please sign in to comment.