From 0c705502ad5fdbde030aa3ddbc732d98b17a7b99 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Thu, 5 Dec 2024 21:31:51 +0900 Subject: [PATCH] Fix workflow --- .github/workflows/release.yml | 2 -- Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8977797..0aeb111 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,8 +129,6 @@ jobs: strategy: matrix: platform: - - runner: macos-12 - target: x86_64 - runner: macos-14 target: aarch64 steps: diff --git a/Makefile b/Makefile index 76dd542..eb1b451 100644 --- a/Makefile +++ b/Makefile @@ -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: