mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-01 16:59:54 +00:00
use older ubuntu runners to get a lower glibc ver dependency
This commit is contained in:
parent
d221ad3078
commit
8f0ba06f63
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -2,7 +2,7 @@ name: Linux Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-16.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user