fix(ci): use ubuntu-20.04 for update workfow (#1370)

ubuntu-latest / 22.04 does not have python 3.6, use ubuntu-20.04 instead.
This commit is contained in:
Matthieu Darbois
2022-12-11 10:48:12 +01:00
committed by GitHub
parent a34a6b0f72
commit ff8e121fac
+1 -1
View File
@@ -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