CI tweaks, give up on old macOS versions, min 10.15

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-25 01:10:47 +02:00
parent 871c6dbaf4
commit 162e24f589
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 6 additions and 4 deletions

View file

@ -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