8000 Fix cross-platform build matrix example · Ditto190/Github-setup-python@aa7403d · GitHub
[go: up one dir, main page]

Skip to content

Commit aa7403d

Browse files
authored
Fix cross-platform build matrix example
1 parent b3b6fd7 commit aa7403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Exclude a specific Python version:
4747
```yaml
4848
jobs:
4949
build:
50-
runs-on: ubuntu-latest
50+
runs-on: ${{ matrix.os }}
5151
strategy:
5252
matrix:
5353
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)
0