Using a newer version of ubunut

This commit is contained in:
Zoe Roux 2021-04-16 00:26:39 +02:00
parent 39355cd1c4
commit a192d9bdf6

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: 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-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)
runtime: linux-x64 runtime: linux-x64
artifact: linux artifact: linux
- os: windows-latest - os: windows-latest
@ -37,8 +37,8 @@ jobs:
elif [[ "${{runner.os}}" == "macOS" ]]; then elif [[ "${{runner.os}}" == "macOS" ]]; then
brew install ffmpeg brew install ffmpeg
else else
sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe" # sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe"
sudo apt-get update -y # sudo apt-get update -y
sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev sudo apt-get install -y libavutil-dev libavcodec-dev libavformat-dev
fi fi
- name: Build the app - name: Build the app