Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] update to R 4.1.3 and use macOS-latest for R jobs (fixes #4990) #5137

Merged
merged 5 commits into from
Apr 10, 2022

Conversation

jameslamb
Copy link
Collaborator

@jameslamb jameslamb commented Apr 9, 2022

Fixes #4990.
Contributes to #3763.
Based on #5129 (comment).

Updates R r.x CI jobs to R 4.1.2 (released last month).

Changes R 4.1 Mac CI jobs back to macOS-latest environment (reverting a workaround from #4989).

@jameslamb jameslamb marked this pull request as ready for review April 9, 2022 05:11
@StrikerRUS
Copy link
Collaborator

Can we revert this back to matrix.os == 'macOS-latest' now?

if: startsWith(matrix.os, 'macOS') || matrix.os == 'ubuntu-latest'

if [[ $(echo "${{ matrix.os }}" | head -c5) == "macOS" ]]; then

Copy link
Collaborator

@StrikerRUS StrikerRUS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks a lot for the updates!

@jameslamb
Copy link
Collaborator Author

Can we revert this back to matrix.os == 'macOS-latest' now?

ah yes, I think so! Pushed 5689ff3 with that change.

@jameslamb jameslamb merged commit b462d0a into master Apr 10, 2022
@jameslamb jameslamb deleted the r-mac-ci branch April 10, 2022 03:57
@jameslamb jameslamb mentioned this pull request Oct 7, 2022
40 tasks
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ci] [R-package] use macOS 11.x in R 4.x CI jobs
2 participants