-
Notifications
You must be signed in to change notification settings - Fork 33
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
Run Scala 3 / Native job on macOS #440
Run Scala 3 / Native job on macOS #440
Conversation
|
||
ThisBuild / githubWorkflowBuildMatrixInclusions += | ||
MatrixInclude(Map("scala" -> scala3, "java" -> temurin11.render, "project" -> "rootNative"), | ||
Map("os" -> "macos-latest") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ufff, interesting, so native can only run on macos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is that on GHA, the free ubuntu runner only has 7 GB of RAM, but free macOS runner gets 14 GB of RAM. 7 GB just isn't enough for LLVM compiler I guess ...
Thanks a lot. There is a pending build task but I'll merge it anyway |
The GHA macOS runner has 2x more RAM than the ubuntu runner.