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.
2 parents 6ff7ba0 + 77308ba commit e612fa0Copy full SHA for e612fa0
.github/workflows/main.yml
@@ -33,8 +33,8 @@ jobs:
33
test:
34
needs: lint
35
strategy:
36
- matrix:
37
- os: [macos-latest, windows-latest, ubuntu-latest]
+ matrix: #using macos-13 because pyenchant doesn't work on macos-latest (macos 14, arm64 architecture)
+ os: [macos-13, windows-latest, ubuntu-latest]
38
python-version: ['3.8', '3.11']
39
runs-on: ${{ matrix.os }}
40
steps:
0 commit comments