Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 00:28:05 +02:00
parent a192d9bdf6
commit 4afaa7f9e2

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: ubuntu-18.04 #ubuntu-16.04 # We are using an old version of ubuntu to have an old libc version (forward compatibility exist but not backward) - os: ubuntu-latest #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