From d52517278449564aa3b0e1c53a0096a856a31f09 Mon Sep 17 00:00:00 2001 From: Shantanu Goel Date: Tue, 15 Jun 2021 23:31:09 +0530 Subject: [PATCH] use arm64 instead of aarch76 for m1 architecture --- .github/workflows/cdtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdtest.yml b/.github/workflows/cdtest.yml index a403659..f35c828 100644 --- a/.github/workflows/cdtest.yml +++ b/.github/workflows/cdtest.yml @@ -21,7 +21,7 @@ jobs: - os: macos-latest os-name: macos target: aarch64-apple-darwin - architecture: aarch64 + architecture: arm64 binary-postfix: "" use-cross: false - os: ubuntu-latest