-
Notifications
You must be signed in to change notification settings - Fork 83
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
macos-11 unsupported? #96
Comments
You need the latest Nix from master. |
It doesn't pass the tests |
Do you mean CI? It has a flaky test on macOS. |
Yes, here: https://hydra.nixos.org/jobset/nix/master I use automatic nix install script update: https://github.com/miuirussia/nix-unstable-installer, that updates, when evaluation of nix:master jobset is success |
Maybe problem here: install-nix-action/lib/install-nix.sh Line 52 in 11e5400
|
Latest commit succeeds: NixOS/nix@362d8f9 |
But on hydra not succeed: https://hydra.nixos.org/jobset/nix/master because of this, the binaries were not released as result, install script will fail when try to download for example: |
And, as I understand from log: https://github.com/miuirussia/nix-flake-env/runs/3666559886?check_suite_focus=true, installer script worked correctly without errors. Problem in |
This was fixed in NixOS/nix#5281 I've changed the recommended installer in 791347c |
We are hitting the same problem, despite using the latest installer recommended: https://github.com/informalsystems/apalache/runs/3908711785?check_suite_focus=true#step:4:927 As a temporary workarond, we've pinned the macos runner to macos-10.15. Please let me know if I may be missing something, or if you'd like me to open a new issue. 🙏 |
Temp workaround for cachix/install-nix-action#96 (comment)
Try upgrading to |
That's working! Thanks :) Sorry I missed that. |
As described, macos-latest will be upgraded to Big Sur (macos-11) (actions/runner-images#4060). I upgraded my workflow to macos-11 (for testing) and then get error:
You can see full log here:
https://github.com/miuirussia/nix-flake-env/runs/3666559886?check_suite_focus=true
The text was updated successfully, but these errors were encountered: