-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
workflows: lock Ubuntu and macOS runners and update Ubuntu runner #368442
workflows: lock Ubuntu and macOS runners and update Ubuntu runner #368442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with this direction. Better than having it fault in over the next days. I'm not planning on merging this myself; I feel better having @infinisil or another watcher of the CIs merge.
a744e50
to
2533b63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to make such a PR :)
For reference, the complementary PR NixOS/nix#12109 has been merged. |
Lock the Ubuntu runner to ubuntu-22.04 to avoid accidental updates [1] and increase reproducibility. [1]: actions/runner-images#10636
2533b63
to
dbd20ce
Compare
Lock the Ubuntu and macOS runners to avoid accidental updates 1 and increase reproduciblity. Then, update the Ubuntu runner to what
ubuntu-latest
will soon point to 1, which hopefully causes no problems on our end.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.