From f66b4dfde4f70aebb9922012ba7b050c81be03ac Mon Sep 17 00:00:00 2001 From: damonge Date: Thu, 1 Aug 2024 09:46:06 +0100 Subject: [PATCH] trying to fix mac --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adb803f..95a011c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,9 @@ jobs: - name: Build NaMaster (mac) if: matrix.label == 'osx-64' run: | - # Without the prefixes, it won't compile on mac + # After migrating to Xcode 15.4, a bunch of things broke, for whatever reason... + sudo xcode-select -s "/Applications/Xcode_15.0.1.app" + # Without the prefixes, it won't compile on mac CC=gcc-14 LDFLAGS=-L/opt/homebrew/lib CPPFLAGS=-I/opt/homebrew/include python -m pip install . - name: C tests