diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a2cb661..5d55aab 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -51,6 +51,9 @@ jobs: - target: x86_64-apple-darwin os: macos-latest + - target: aarch64-apple-darwin + os: macos-latest + - target: x86_64-pc-windows-msvc os: windows-latest