Skip to content

Commit

Permalink
💚 Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed May 24, 2024
1 parent d24d6c8 commit eb7064c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ jobs:
fail-fast: false
matrix:
runs-on:
# Could not find a version that satisfies the requirement
# tree-sitter-languages
# No matching distribution found for tree-sitter-languages
# - ubuntu-latest
- ubuntu-latest
- macos-latest
# https://github.com/tree-sitter/py-tree-sitter/issues/170
# - windows-latest
- windows-latest
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eb7064c

Please sign in to comment.