Using an older version of the glibc

This commit is contained in:
Zoe Roux 2021-04-08 22:08:19 +02:00
parent a80b963f20
commit 0b9515249a

View File

@ -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