From d689e38e7634f5918fa35ca291847278ebfd2cc2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 17 Feb 2021 13:56:22 +0100 Subject: [PATCH] move to ubuntu 20.04 for aur publish --- .github/workflows/aur-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index f7fe8e7..32f2d99 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -4,7 +4,7 @@ on: types: [created] jobs: aur_publish: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Prepare AUR package