Skip to content

Commit

Permalink
fix(ci): use ubuntu-20.04 for update workfow (#1370)
Browse files Browse the repository at this point in the history
ubuntu-latest / 22.04 does not have python 3.6, use ubuntu-20.04 instead.
  • Loading branch information
mayeut committed Dec 11, 2022
1 parent a34a6b0 commit ff8e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
update-dependencies:
name: Update dependencies
if: github.repository_owner == 'pypa' || github.event_name != 'schedule'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ff8e121

Please sign in to comment.