cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Set minimum OSX deployment target to 10.15 #1180

Closed hsorby closed 1 year ago

hsorby commented 1 year ago

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.

nickerso commented 1 year ago

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 1 year ago

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

agarny commented 1 year ago

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