CI tweaks, give up on old macOS versions, min 10.15
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
871c6dbaf4
commit
162e24f589
3 changed files with 6 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <juce_audio_processors/juce_audio_processors.h>
|
||||
|
||||
#include <AvailabilityMacros.h>
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED > 101200
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED > 101500
|
||||
#error unwanted macOS version, too new
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue