We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b6fd7 + aa7403d commit ebe4d7eCopy full SHA for ebe4d7e
1 file changed
README.md
@@ -47,7 +47,7 @@ Exclude a specific Python version:
47
```yaml
48
jobs:
49
build:
50
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
51
strategy:
52
matrix:
53
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments