mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 05:20:01 +00:00
build against an older glibc
This commit is contained in:
parent
096a6128c9
commit
e3018086fb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
|||||||
path: artifact-zip
|
path: artifact-zip
|
||||||
|
|
||||||
Linux-Build:
|
Linux-Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04 # build against an older glibc for compatibility
|
||||||
needs: Lint
|
needs: Lint
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user