Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 5, 2024
1 parent 896ae65 commit 0c70550
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
target: x86_64
- runner: macos-14
target: aarch64
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ maturin-develop:
poetry run maturin develop --features=cjk

maturin-build:
poetry maturin build -i python --release --features=cjk
poetry run maturin build -i python --release --features=cjk

.PHONY: tests
test:
Expand Down

0 comments on commit 0c70550

Please sign in to comment.