Fix python version & os

This commit is contained in:
2021-01-11 12:00:32 +01:00
parent 8359e442e5
commit 82f7352f9a

View File

@@ -16,8 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
python: [3.7, 3.8]
os: [macos-latest, ubuntu-latest]
python: [3.8]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it