From a192d9bdf6321033ec952b471939a7eb40c6afd0 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 00:26:39 +0200 Subject: [PATCH] Using a newer version of ubunut --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d35c0602..59ad1f7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: 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 artifact: linux - os: windows-latest @@ -37,8 +37,8 @@ jobs: elif [[ "${{runner.os}}" == "macOS" ]]; then brew install ffmpeg else - sudo add-apt-repository -y "deb http://azure.archive.ubuntu.com/ubuntu groovy main multiverse restricted universe" - sudo apt-get update -y + # 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 install -y libavutil-dev libavcodec-dev libavformat-dev fi - name: Build the app