mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
build.yml: switch to older Ubuntu version
pyinstaller needs to run with the oldest glibc we want to support
This commit is contained in:
parent
21cd3c1d20
commit
6c6616ee30
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue