Skip to content

Commit

Permalink
Only use 3.x on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Dec 3, 2022
1 parent af48b65 commit 57e4c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Download and build MeCab
shell: bash
run: |
Expand Down

0 comments on commit 57e4c28

Please sign in to comment.