-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
fix: use macos-13/14 runner #40
Conversation
Build with macos-13: https://github.com/yao-pkg/pkg-fetch/actions/runs/10612829797 Build with macos-14 for arm: https://github.com/yao-pkg/pkg-fetch/actions/runs/10615039683 |
I am not sure but according to this https://github.com/actions/runner-images?tab=readme-ov-file#available-images |
@axi92 Should be yeah but seems that macos-arm build are failing when using macos-14 |
@faulpeltz this is another blocker, macos build fails: #40 (comment) I have jsut triggered a new build let's see how that goes |
Cool new issue: nodejs/node#52230 |
Seems runner run out of RAM, new try with a limit on jobs: https://github.com/yao-pkg/pkg-fetch/actions/runs/10717836953 |
With the fix now the x64 seems working but the arm64 is still failing. Try to re-enable cross build with less jobs: https://github.com/yao-pkg/pkg-fetch/actions/runs/10722148089 |
Try to use pip for nodejs 18 and brew on 20: https://github.com/yao-pkg/pkg-fetch/actions/runs/10722955285 Everything is green 🎉 🎉 🎉 🎉 |
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