From 16c12f816bd896e0a0cb2e6ff0f4a14bb90a5ff8 Mon Sep 17 00:00:00 2001 From: Moritz Raabe Date: Thu, 9 Sep 2021 16:45:11 +0200 Subject: [PATCH] update to ubuntu-18.04 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1fe61c02..82006f43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-16.04 + - os: ubuntu-18.04 # use old linux so that the shared library versioning is more portable artifact_name: capa asset_name: linux @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.8 - - if: matrix.os == 'ubuntu-16.04' + - if: matrix.os == 'ubuntu-18.04' run: sudo apt-get install -y libyaml-dev - name: Install PyInstaller run: pip install 'pyinstaller==4.2'