From b23342d343e96e7cedf0a74d021cd29f5c7017dc Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Thu, 1 Aug 2024 12:51:46 +0200 Subject: [PATCH] chore: mac ci --- .github/workflows/release-app.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 5f9ef66b..27e6b360 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -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