CI: Drop Linux runner to Ubuntu 18.04
This lowers the AppImage glibc version requirement.
This commit is contained in:
parent
b7f240a367
commit
a4ece3e1b7
|
@ -91,7 +91,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
linux-build:
|
linux-build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.1
|
- uses: actions/checkout@v2.3.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue