lavenderdotpet / LibreQuake

A freesoftware quake one remake with art under the BSD license
https://discord.gg/nsr6DTF6RX
Other
415 stars 34 forks source link

CI: Fix fteqcc failure due to outdated glibc version in github runners #227

Closed pnahratow closed 2 weeks ago

pnahratow commented 3 weeks ago

Description of Changes

fteqcc nees glibc version 2.38 at minimum. This might be a recent update who knows. However the Ubuntu-latest tag seems to also pick runners using Ubuntu 22.04 which is too old and doesn't satisfy the libc dependency. I set this manually to 24.04 but this should be reverted at some point. Actually it should work right now. This feels like a GitHub bug. They have 24.04 runners available but latest points to something older.

Checklist