From 9f463f658f3a5b938eacb9480aca17541e056670 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 20 Feb 2024 12:25:14 -0500 Subject: [PATCH] ci: include aarch64-apple-darwin target --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d09dcc..f3cad17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,8 @@ jobs: version: 8 - name: install Rust stable uses: dtolnay/rust-toolchain@stable + with: + targets: aarch64-apple-darwin - name: install dependencies (ubuntu only) if: matrix.settings.platform == 'ubuntu-latest'