runs-on: Ubuntu-20.04

This commit is contained in:
Christian Clauss 2021-02-23 14:35:19 +01:00
parent 878e96978a
commit 086f594b8c

View file

@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
python-version: [2.7.18, 3.5.10, 3.6.12, 3.7.9, 3.8.7, 3.9.1] # 2.7.6, 3.4.10,
runs-on: ubuntu-latest
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Normally, we would use the superbly maintained...