Skip to content

Commit

Permalink
chore: mac ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 1, 2024
1 parent 68c61a4 commit b23342d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
fail-fast: false
matrix:
include:
# - platform: "macos-latest" # for Arm based macs (M1 and above).
# args: "--target aarch64-apple-darwin --features metal"
# target: aarch64-apple-darwin
# - platform: "macos-latest" # for Intel based macs.
# args: "--target x86_64-apple-darwin --features metal"
# target: x86_64-apple-darwin
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin --features metal"
target: aarch64-apple-darwin
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin --features metal"
target: x86_64-apple-darwin
# - platform: "ubuntu-24.04" # Ubuntu x86_64 # TODO focus on mac atm
# args: "" # TODO CUDA
- platform: "windows-latest" # Windows x86_64
Expand Down

0 comments on commit b23342d

Please sign in to comment.