We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782e812 commit 64b4101Copy full SHA for 64b4101
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
30
poetry-version: ["1.8.3"]
31
- os: [ubuntu-latest, ubuntu-22.04, macos-latest, windows-latest]
+ os: [ubuntu-latest, ubuntu-22.04, windows-latest]
32
runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v2
0 commit comments