From 5c1606f61c9bc9a068133a979f0a3eecaa620714 Mon Sep 17 00:00:00 2001 From: MerkulovDaniil <10253272+MerkulovDaniil@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:51:35 +0300 Subject: [PATCH] Use ubuntu-20.04 instead of latest Use ubuntu-20.04 to fix the `arch x64 not found` issue [Version 3.10 with arch x64 not found actions/setup-python#401](actions/setup-python#401) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9390a50..e52858a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: jobs: download_old-generate-push: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: # Download packages