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

Fix deprecation and wrong runners in build-ironfish-rust-nodejs.yml #4948

Merged
merged 3 commits into from
May 8, 2024

Conversation

dguenther
Copy link
Member

Summary

macos-latest runners are now arm64: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

So updated the build-ironfish-rust-nodejs x64 build to use macos-13, and added testing for the macos-arm64 build using macos-latest. Also updated publish-binaries.yml to use macos-13 for the x64 build, and regular macos-latest for the arm64 one

Additionally, updated the artifact dependencies to fix some deprecation warnings.

Testing Plan

Passing run of build-ironfish-rust-nodejs is here: https://github.com/iron-fish/ironfish/actions/runs/8989745514

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

@dguenther dguenther requested a review from a team as a code owner May 7, 2024 18:25
@dguenther dguenther merged commit fa6fc86 into staging May 8, 2024
24 checks passed
@dguenther dguenther deleted the update-build-ironfish-action branch May 8, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants