Skip to content

Commit

Permalink
Use ubuntu-20.04 instead of latest
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MerkulovDaniil committed Dec 6, 2022
1 parent 0fca32f commit 5c1606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
download_old-generate-push:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
# Download packages
Expand Down

0 comments on commit 5c1606f

Please sign in to comment.