1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

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
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

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