Skip to content

Commit 0c7e743

Browse files
committed
fix(ci): restore Cargo.lock to prevent ndarray version conflict
1 parent 6f025cc commit 0c7e743

File tree

2 files changed

+146
-348
lines changed

2 files changed

+146
-348
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ jobs:
5656
- platform: "macos-15" # for Arm based macs (M1 and above).
5757
args: "--target aarch64-apple-darwin"
5858
target: "aarch64-apple-darwin"
59-
- platform: "macos-latest" # for Intel based macs.
60-
args: "--target x86_64-apple-darwin"
61-
target: "x86_64-apple-darwin"
62-
- platform: "ubuntu-22.04" # Build .deb on 22.04
59+
- platform: "ubuntu-22.04" # Build .deb on 22.04
6360
args: "--bundles deb"
6461
target: "x86_64-unknown-linux-gnu"
6562
- platform: "ubuntu-24.04" # Build AppImage and RPM on 24.04

0 commit comments

Comments
 (0)