8000 Merge pull request #65 from pastelmind/patch-1 · Ditto190/Github-setup-python@ebe4d7e · GitHub
[go: up one dir, main page]

Skip to content

Commit ebe4d7e

Browse files
author
Madhuri Gummalla
authored
Merge pull request actions#65 from pastelmind/patch-1
Fix cross-platform build matrix example
2 parents b3b6fd7 + aa7403d commit ebe4d7e

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