jorshi / torchdrum-plugin

Audio-Driven Drum Synthesizer
https://jordieshier.com/projects/nime2024/
Apache License 2.0
9 stars 0 forks source link

Builds fail on GitHub hosted macos-latest #19

Open jorshi opened 5 months ago

jorshi commented 5 months ago

The latest macos host avialable for github actions is macos-14 -- this fails to build with the current plug-in. Related to this issue: https://forum.juce.com/t/vst-au-builds-fail-after-upgrading-to-xcode-15/57936/5

My build machine (M1) is still on macos-12 and builds fine. For now, I've downgraded the GitHub action to macos-12. Although, it would be good to explore this a bit more and make sure the plug-in can build across different os versions.