From 4d9a455a27bc515689c17a35e6306dd4e5cad4f1 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 2 Dec 2024 11:43:57 +1100 Subject: [PATCH] Add aarch64-apple-darwin release target --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d454b45b6..1095ada0df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,8 @@ jobs: os: ubuntu-20.04 - target: x86_64-apple-darwin os: macos-latest + - target: aarch64-apple-darwin + os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest name: Deploy ${{ matrix.target }}