cellml/libcellml

Set minimum OSX deployment target to 10.15

Closed this issue · 3 comments

hsorby commented

Setting the minimum OSX deployment target to 11 would simplify or maintenance slightly.
According to wikipedia macOS 11 is the oldest currently supported software version, it seems reasonable to set this version as the minimum deployment target for libCellML.

Our CI currently uses an intel-based Mac that is not able to be updated to support the change to target 11. 10.15 is newest that it can support, which fortunately is sufficient for the julia requirements. (as per discussion with @hsorby)

agarny commented

Ok, that's what I thought. I was just being "stubborn" and commenting based on the original GitHub issue. :)

agarny commented

For the record, this means that our macOS-based CI runs on a version of macOS which is not supported by Apple anymore. Yeah, one more reason I would just go with GitHub actions...