Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
241 stars 79 forks source link

Bump the minimum version of OCaml #1207

Closed jubnzv closed 1 year ago

jubnzv commented 1 year ago

This is required to support macOS/arm64.

According to the OCaml releases page, arm64 support was introduced in 4.12. I don't think we are interested in the more recent versions of the compiler at the moment, so I suggest to keep 4.12 as a minimum supported version.

Closes #1186