diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3a551ef31e098c83dd5718623801b63baca98f..c819f0673f7f10a75c6b5c5e090eaee1e1c45c0f 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