nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.57k stars 650 forks source link

ci: bump GitHub action runner #2417

Closed SteveLauC closed 1 month ago

SteveLauC commented 1 month ago

What does this PR do

Bump GitHub action runner:

Update:

For cross test, we would still use Ubuntu 20.04 due to this issue: #2418.

Checklist:

SteveLauC commented 1 month ago

Created an issue #2418 for that CI failure, do you think we should ignore this test under QEMU? cc @asomers

SteveLauC commented 1 month ago

Created an issue #2418 for that CI failure, do you think we should ignore this test under QEMU? cc @asomers

I think we should still use Ubuntu 20.04 for that cross test as it won't harm anything until 20.04 is no longer available.

When 20.04 becomes deprecated, if this issue still exists, we will ignore it, or we can happily migrate to newer versions.