Skip to content

Commit 0c70550

Browse files
committed
Fix workflow
1 parent 896ae65 commit 0c70550

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ jobs:
129129
strategy:
130130
matrix:
131131
platform:
132-
- runner: macos-12
133-
target: x86_64
134132
- runner: macos-14
135133
target: aarch64
136134
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ maturin-develop:
3434
poetry run maturin develop --features=cjk
3535

3636
maturin-build:
37-
poetry maturin build -i python --release --features=cjk
37+
poetry run maturin build -i python --release --features=cjk
3838

3939
.PHONY: tests
4040
test:

0 commit comments

Comments
 (0)