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 5afc2c9 commit f5adbeaCopy full SHA for f5adbea
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: lint
35
strategy:
36
matrix: #using macos-13 because pyenchant doesn't work on macos-latest (macos 14, arm64 architecture)
37
- os: [macos-13, windows-latest, ubuntu-latest]
+ os: [macos-latest]
38
python-version: ['3.9', '3.12']
39
runs-on: ${{ matrix.os }}
40
steps:
0 commit comments