Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b6fd7 commit aa7403dCopy full SHA for aa7403d
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