Update appimage.yml

This commit is contained in:
MihailRis 2024-02-01 02:27:58 +03:00 committed by GitHub
parent ece68e715d
commit e641ebd13b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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