From b8f6b12db4668459a9489173ee795f56a026b948 Mon Sep 17 00:00:00 2001 From: Ho3ein Date: Sat, 16 Dec 2023 22:01:04 +0330 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b63a218..17d76fca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: platform: [amd64, arm64, arm] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/checkout@v4.1.1