build.yml: switch to older Ubuntu version

pyinstaller needs to run with the oldest glibc we want to support
This commit is contained in:
Rebecca Breu 2021-07-06 20:28:15 +02:00
parent 21cd3c1d20
commit 6c6616ee30

View file

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