ci: pin ubuntu runner to 24.04 in workflows#12292
Conversation
|
No. user should update their Ubuntu to 26.04 or use musl binary. This is not what we should care about. |
|
Also you are trying to remove the most important test cases. |
|
GNU testsuite comparison: |
|
At least, this should be restricted to MSRV CI. |
|
I've pinned all Ubuntu jobs for now, though I agree we should be more specific. |
|
Please stop. This does not help. |
|
One of a possibility is CI breakage caused by uutils/coreutils installed on Ubuntu 26.04, but it should be fixed by just |
|
Please close this PR. I really don't want to use time for reverting your PR or bumping version. Also you should try to use musl binary on Ubuntu 22.04 . |
6df4dc9 to
0c086f3
Compare
|
(Legacy Rust + latest Linux) and (Newest Rust + legacy Linux) does not making a sense. I suggest to just pin MinRustV CI only. |
Closes #12005
Pin the Ubuntu GitHub Actions runner version to avoid unintentionally introducing a dependency on the kernel and glibc version shipped with Ubuntu 26.04 when
ubuntu-latestis updated. This ensures that future runner upgrades remain explicit and deliberate decisions.