Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 28, 2024
1 parent bae33d0 commit 2bf1f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
matrix:
include:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin --features metal,pipes"
args: "--target aarch64-apple-darwin --features metal --features pipes"
target: aarch64-apple-darwin
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin --features metal,pipes"
args: "--target x86_64-apple-darwin --features metal --features pipes"
target: x86_64-apple-darwin
- platform: "ubuntu-22.04" # Ubuntu x86_64
args: "--features cuda,pipes" # TODO CUDA
args: "--features pipes" # TODO CUDA
- platform: "windows-latest" # Windows x86_64
args: "--target x86_64-pc-windows-msvc --features pipes" # TODO CUDA? --features "openblas"
pre-build-args: "" # --openblas
Expand Down

0 comments on commit 2bf1f7d

Please sign in to comment.