From bc069862bd06005a9de8b5e25fc8c791ff38f2ee Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 15 Dec 2022 20:21:44 +0100 Subject: [PATCH] move snapcraft build on ubuntu-20.04 --- .github/workflows/snapcraft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapcraft-release.yml b/.github/workflows/snapcraft-release.yml index 54c3b28..db72619 100644 --- a/.github/workflows/snapcraft-release.yml +++ b/.github/workflows/snapcraft-release.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: snapcore/action-build@v1