mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Fix cross-platform build matrix example
This commit is contained in:
parent
b3b6fd7d43
commit
aa7403d0cc
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue