Merge pull request #766 from fireeye/ci/update-ubuntu-16

update to ubuntu-18.04
This commit is contained in:
Moritz
2021-09-10 10:28:31 +02:00
committed by GitHub

View File

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