fix: use macos-13/14 runner#40
Merged
Merged
Conversation
Member
Author
Merged
|
I am not sure but according to this https://github.com/actions/runner-images?tab=readme-ov-file#available-images |
Member
Author
|
@axi92 Should be yeah but seems that macos-arm build are failing when using macos-14 |
Member
Author
|
@faulpeltz this is another blocker, macos build fails: #40 (comment) I have jsut triggered a new build let's see how that goes |
Member
Author
Member
Author
|
Cool new issue: nodejs/node#52230 |
Member
Author
|
Seems runner run out of RAM, new try with a limit on jobs: |
Member
Author
|
With the fix now the x64 seems working but the arm64 is still failing. Try to re-enable cross build with less jobs: |
Member
Author
|
Try to use pip for nodejs 18 and brew on 20: Everything is green 🎉 🎉 🎉 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GH removed macos-11 runner as of June 2024: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/.
Now there are macos-13 and macos-14 runners. The first is still x64 the latter is arm64 so we can build without cross compiling