From 6c2b189e5c72de802d6f034215b906dbf5f27ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= <1662391+daniel-123@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:06:33 +0100 Subject: [PATCH] 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 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96cb909..dcfc560 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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