microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.56k stars 3.82k forks source link

[ci] [R-package] Add a CI job testing the R package on arm64 macOS #6481

Closed jameslamb closed 2 months ago

jameslamb commented 3 months ago

A CI package should be added testing the R package on arm64 macOS.

See #6391 for reference on how to do this.

Benefit of These Changes

Would reduce the risk of release failing CRAN's r-release-macos-arm64 check (https://cran.r-project.org/web/checks/check_flavors.html).