From 1374e01c7a3786d287c66ebf488a102494ab271f Mon Sep 17 00:00:00 2001 From: ChrisLi Date: Mon, 11 Oct 2021 15:39:42 -0400 Subject: [PATCH] Make the CI build the new on the new MacOS archs. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 924a794..f5a876f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,6 +114,8 @@ jobs: - iOS_arm64 - iOS_x86_64 - iOS_Mac_ABI + - macOS_arm64 + - macOS_x86_64 runs-on: macos-latest env: SSH_KEY: /tmp/id_rsa