We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2098c2a commit a230063Copy full SHA for a230063
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
8
python-version:
9
["3.7", "3.12"]
10
runs-on: ${{ matrix.os }}
0 commit comments