Fix cross-platform build matrix example

This commit is contained in:
Ye-hyoung Kang 2020-03-05 19:17:25 +09:00 committed by GitHub
parent b3b6fd7d43
commit aa7403d0cc
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]