EOSIO / eosio.cdt

EOSIO.CDT (Contract Development Toolkit) is a suite of tools used to build EOSIO contracts
http://eosio.github.io/eosio.cdt
MIT License
512 stars 288 forks source link

Remove macOS 10.14 from buildkite pipeline #1264

Closed bogniq closed 2 years ago

bogniq commented 2 years ago

Change Description

macOS 10.14 support is out of date and thus removed from CI pipeline for develop-boxed branch. (It has already been removed from develop and release/1.8.x, see https://github.com/EOSIO/eosio.cdt/pull/1243)

API Changes

Documentation Additions

bogniq commented 2 years ago

@softprofe Good catch, now "macos-10.14.sh" is removed.

bogniq commented 2 years ago

@kj4ezj Good catch, fixed.

bogniq commented 2 years ago

@kj4ezj @softprofe I changed it to be consistent with current https://github.com/EOSIO/eos/blob/develop/scripts/generate_bottle.sh, but please let me know if there are better fix for it.