From 7b12730b18afccf0b61ed34c191d5ac11230c19b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 12 Jan 2024 14:12:26 -0600 Subject: [PATCH] chore(ci): Build for aarch64 --- .github/workflows/post-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index c3b2df1d7..161f74d75 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -69,6 +69,10 @@ jobs: os: macos-latest rust: stable target: x86_64-apple-darwin + - build: macos-aarch64 + os: macos-latest + rust: stable + target: aarch64-apple-darwin - build: win-msvc os: windows-2019 rust: stable