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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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]