forked from rojo-rbx/rojo
ubuntu-latest uses Ubuntu 20.04, this causes issues with glibc as older versions of ubuntu/other distros use an older version. This is fixed by building the release binary on `ubuntu-18.04`, which uses a version of glibc more widely available. Ref: https://github.com/JohnnyMorganz/StyLua/pull/444 https://github.com/JohnnyMorganz/StyLua/pull/445