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 }}