From b0f41eb312263ecb02010e89d375d5415fb991a4 Mon Sep 17 00:00:00 2001 From: Bernd Kaiser Date: Fri, 11 Aug 2023 11:35:08 +0200 Subject: [PATCH] Add aarch64-apple-darwin to release CI/CD --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2537121..5391ce9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,6 +71,11 @@ jobs: os: macos-latest target: x86_64-apple-darwin target_type: unix + - build: macos-aarch64 + os: macos-latest + target: aarch64-apple-darwin + target_type: unix + use_cross: false - build: win-gnu os: windows-2019 target: x86_64-pc-windows-gnu