1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-20 10:28:05 +00:00

build against an older glibc

This commit is contained in:
Eugene Pankov
2021-11-20 13:36:27 +01:00
parent 096a6128c9
commit e3018086fb

@@ -129,7 +129,7 @@ jobs:
path: artifact-zip
Linux-Build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04 # build against an older glibc for compatibility
needs: Lint
steps: