Add other ubuntu versions to appimage build matrix
Hopefully this will allow to get a more reliably working appimage for modern systems, while also preserving legacy style builds for possible compatibility issues like #555 #536 #533 #499 #484
This commit is contained in:
parent
c02e692000
commit
6c2b189e5c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -135,7 +135,8 @@ jobs:
|
||||
|
||||
appimage:
|
||||
name: Build AppImage
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on:
|
||||
group: ubuntu-runners
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user