Skip to content

Commit fc41cc4

Browse files
committed
CI: downgrade Linux runner to Ubuntu 20.04
Fixes failing CI, missing libtinfo5 and potential future issues
1 parent 9449a88 commit fc41cc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/minimal-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ jobs:
8888
rust-toolchain: stable-x86_64-pc-windows-msvc
8989
godot-binary: godot.windows.editor.dev.x86_64.exe
9090

91+
# Don't use latest Ubuntu (22.04) as it breaks lots of ecosystem compatibility.
92+
# If ever moving to ubuntu-latest, need to manually install libtinfo5 for LLVM.
9193
- name: linux
92-
os: ubuntu-latest
94+
os: ubuntu-20.04
9395
rust-toolchain: stable
9496
godot-binary: godot.linuxbsd.editor.dev.x86_64
9597

0 commit comments

Comments
 (0)