mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +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]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-16.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user