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
cyugao committed Dec 2, 2022
1 parent ae1d89d commit 678d498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
# make sure python versions are consistent with those used in .circleci/config.yml
Expand Down

0 comments on commit 678d498

Please sign in to comment.