mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
f845eafc2f
Earlier today CI started to fail on Linux with a crash during the jit mode. Turns out ubuntu-latest switched from ubuntu-20.04 to ubuntu-22.04. Let's switch back to ubuntu-20.04 for now to unbreak CI until I figured out the root cause. cc #1303