diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3a551ef3..c819f0673f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable + target: x86_64-apple-darwin profile: minimal - name: Run tests