diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb4c0c0..4b00e7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,10 @@ jobs: toolchain: x86_64-apple-darwin platform: darwin ext: + - os: macos-latest + toolchain: aarch64-apple-darwin + platform: darwin + ext: steps: - name: Checkout uses: actions/checkout@v3