From d4b83e3f8a03946a1df5ce4e6a2d34dae11d771e Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 3 Apr 2023 17:39:43 +0200 Subject: [PATCH] ci: pyinstaller: update to use ubuntu 20.04 for building linux executables --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b294eaf4..23820335 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: fail-fast: true matrix: include: - - os: ubuntu-18.04 + - os: ubuntu-20.04 # use old linux so that the shared library versioning is more portable artifact_name: capa asset_name: linux