mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Change linux release runner to use ubuntu-18.04 (#561)
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
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
|||||||
# -x86_64 to each release.
|
# -x86_64 to each release.
|
||||||
include:
|
include:
|
||||||
- host: linux
|
- host: linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-18.04
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
label: linux
|
label: linux
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user