We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e00f28e + be0bede commit ea2b532Copy full SHA for ea2b532
.github/workflows/python-app.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
python_version: [3.7, 3.8, 3.9, "3.10"]
20
- os: [ ubuntu-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest, macos-latest ]
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v3
0 commit comments