You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LightGBM's CI jobs for the R package should use the newest available macOS version (i.e. macOS-latest environment from GitHub Actions) together with jobs testing the newest available R version.
Motivation
macOS 11 ("Big Sur") was first introduced in June 2020 (about 19 months ago). It's likely that a large portion of the LightGBM users working on Macs are using R 4.1.x along with macOS 11. Testing this combination would prevent changes that break compatibility with such environments from being merged.
Summary
Created from #4989 (comment).
LightGBM's CI jobs for the R package should use the newest available macOS version (i.e.
macOS-latest
environment from GitHub Actions) together with jobs testing the newest available R version.Motivation
macOS 11 ("Big Sur") was first introduced in June 2020 (about 19 months ago). It's likely that a large portion of the LightGBM users working on Macs are using R 4.1.x along with macOS 11. Testing this combination would prevent changes that break compatibility with such environments from being merged.
Description
To address this issue, update
os:
in https://github.com/microsoft/LightGBM/blob/master/.github/workflows/r_package.yml tomacOS-latest
for R 4.x macOS jobs.Note that when I tried this in #4989, I saw the following error (build link):
Possible solutions to that:
.pkg
(at https://cran.r-project.org/bin/macosx/base/) that works with Big SurmacOS-latest
environment will become compatible with R 4.1.2 in response to Update/Add R actions/runner-images#4960References
macos-latest
runner for older versions of R r-lib/actions#412The text was updated successfully, but these errors were encountered: