mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Using an older version of the glibc
This commit is contained in:
parent
a80b963f20
commit
0b9515249a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward)
|
||||||
runtime: linux-x64
|
runtime: linux-x64
|
||||||
artifact: linux
|
artifact: linux
|
||||||
# - os: windows-latest
|
# - os: windows-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user