Skip to content

Commit

Permalink
Fix macos CI (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Jun 2, 2024
1 parent e850cbf commit 6af57a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
# It imports, but gives this error: RuntimeError: tk.h version (8.6) doesn't match libtk.a version (8.5)
pytest-macos:
timeout-minutes: 15
runs-on: macos-latest
# TODO: run tests on M1 macos when we no longer need tree-sitter-builds.
# This was never supported by tree-sitter-builds: https://github.com/Akuli/py-tree-sitter-builds/issues/11
runs-on: macos-13 # latest intel mac
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 6af57a7

Please sign in to comment.