diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3163423d..f0cf57cdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,16 @@ jobs: deploy-flatpak: needs: test - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + include: + - os: ubuntu-latest + suffix: linux + + - os: ubuntu-24-arm + suffix: linux-arm steps: - name: Checkout