From 6c6616ee305d62f8f063228d26ec5e2aca666c2d Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Tue, 6 Jul 2021 20:28:15 +0200 Subject: [PATCH] build.yml: switch to older Ubuntu version pyinstaller needs to run with the oldest glibc we want to support --- .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 7666071..6f427ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build Linux +name: build on: workflow_dispatch @@ -7,7 +7,7 @@ jobs: build: name: build - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2