Merge pull request #65 from pastelmind/patch-1

Fix cross-platform build matrix example
This commit is contained in:
Madhuri Gummalla 2020-03-05 11:05:49 -05:00 committed by GitHub
commit ebe4d7eb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Exclude a specific Python version:
```yaml
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]