os matrix

This commit is contained in:
Will McGugan 2020-06-20 18:17:52 +01:00
parent e47420eb12
commit ee7b5a3da5
1 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,11 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8] python-version: [3.6, 3.7, 3.8]
steps: steps: