-
Notifications
You must be signed in to change notification settings - Fork 60
Description
For some reason when I run the buildandtest workflow using a macos self-hosted runner I get this error during the build phase:
In file included from /Users/samknight/Dev/actions-runner/_work/quickmix/quickmix/JUCE/modules/juce_dsp/juce_dsp.mm:35: In file included from /Users/samknight/Dev/actions-runner/_work/quickmix/quickmix/JUCE/modules/juce_dsp/juce_dsp.cpp:44: In file included from /Users/samknight/Dev/actions-runner/_work/quickmix/quickmix/JUCE/modules/juce_dsp/juce_dsp.h:98: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard" 28 | #error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard" | ^ 1 error generated. make[2]: *** [CMakeFiles/quickmix.dir/JUCE/modules/juce_dsp/juce_dsp.mm.o] Error 1 make[1]: *** [CMakeFiles/quickmix.dir/all] Error 2
I assume it's an issue with caching since this doesn't happen when I just build the project manually on the same computer?
It's a completely new pamplejuce project that I've changed next to nothing on. I'm on an M3 Pro macbook pro with Macos 15.5
Any help would be great, thanks.