From e641ebd13b62338f57a81c3aec72c60e070628e3 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Thu, 1 Feb 2024 02:27:58 +0300 Subject: [PATCH] Update appimage.yml --- .github/workflows/appimage.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 62f20563..f799077e 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -9,7 +9,12 @@ on: jobs: build-appimage: - runs-on: ubuntu-20.04 + strategy: + matrix: + include: + - os: ubuntu-latest + + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2