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 }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-latest] os: [macos-latest, ubuntu-latest]
python: [3.7, 3.8] python: [3.8]
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it