From e1a72f2dc75852ee58b780e6b2b8fedf04f40aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Sat, 28 Oct 2023 20:25:54 +0200 Subject: [PATCH] try enable Mac M1 target --- .github/workflows/release.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 63fa909..5de4b70 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,14 +40,15 @@ jobs: - name: MacOS x86_64 target: x86_64-apple-darwin - # - name: iOS x86_64 - # target: x86_64-apple-ios + - name: MacOS aarch64 + target: aarch64-apple-darwin - #- name: MacOS aarch64 - # target: aarch64-apple-darwin + # - name: iOS x86_64 + # target: x86_64-apple-ios - #- name: iOS aarch64 - # target: aarch64-apple-ios + + #- name: iOS aarch64 + # target: aarch64-apple-ios # Windows