Add matrix strategy to appimage builds
This commit is contained in:
parent
6c2b189e5c
commit
5eaddaa97e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -135,8 +135,9 @@ jobs:
|
|||||||
|
|
||||||
appimage:
|
appimage:
|
||||||
name: Build AppImage
|
name: Build AppImage
|
||||||
runs-on:
|
strategy:
|
||||||
group: ubuntu-runners
|
matrix:
|
||||||
|
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user