-
Notifications
You must be signed in to change notification settings - Fork 217
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
Improve error message when using R < 4.2 on macos-latest
#883
Labels
bug
an unexpected problem or unintended behavior
Comments
We can automatically install x86_64 R on R 4.0.x or older. |
You mean via rosetta? |
yes |
gaborcsardi
added a commit
that referenced
this issue
Jul 31, 2024
In fact, try resolving everything on x86_64 as well. Closes #883.
gaborcsardi
added a commit
that referenced
this issue
Jul 31, 2024
In fact, try resolving everything on x86_64 as well. Closes #883.
gaborcsardi
added a commit
that referenced
this issue
Jul 31, 2024
gaborcsardi
added a commit
that referenced
this issue
Aug 2, 2024
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
GHA recently bumped
macos-latest
to the arm64 based runners. Therefore we can no longer use R versions below 4.2 on these runners because these versions are not available on arm64.CI that is using a configuration like
{os: macos-latest, r: '4.0'}
now fails like so.Perhaps this problem can be caught earlier to explicitly disable R < 4.1 on macos-arm64, explainining that
macos-latest
now requires R 4.2 or newer.Alternatively print the
error
message that is in https://api.r-hub.io/rversions/resolve/3.6/mac/arm64 .The text was updated successfully, but these errors were encountered: