-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use macos-latest
for packaging
#123
Comments
I simply replaced "macos-11" with "macos-latest" in nervosnetwork/neuron@5b7f4cd, and everything seems to be working fine based on the current results: https://github.com/nervosnetwork/neuron/actions/runs/4899407459. I'm not sure what happened before, but I think maybe the issue has been resolved by this pull request: nervosnetwork/neuron#2627. |
It's fixed by upgrading It was a hotfix(nervosnetwork/neuron@4275a3d) during release(nervosnetwork/neuron#2627) by degrading Then we have 3 options:
Because it was during a release, option 1 was not acceptable. So option 3 was taken as a hotfix. |
It seems that i just need to revert the previous changes. |
macos-11
was specified by nervosnetwork/neuron@4275a3d becausemacos-latest
was randomly assigned tomacos-11
ormacos-12
, and these two environments have different dependencies, it would be difficult to fit these two.Now
macos-latest
is assigned tomacos-12
and we can update the workflow for itThe text was updated successfully, but these errors were encountered: