Skip to content

Commit

Permalink
Merge pull request #446 from zivy/updateWorkflow
Browse files Browse the repository at this point in the history
Change runner from macos-latest to macos-13.
  • Loading branch information
zivy authored May 8, 2024
2 parents 6ff7ba0 + 77308ba commit e612fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
test:
needs: lint
strategy:
matrix:
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]
python-version: ['3.8', '3.11']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e612fa0

Please sign in to comment.