diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c9d64c..3375c85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,8 +36,8 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable - # with: - # targets: ${{ matrix.args == '--target aarch64-apple-darwin' && 'aarch64-apple-darwin' || matrix.args == '--target x86_64-apple-darwin' && 'x86_64-apple-darwin' || '' }} + with: + targets: ${{'x86_64-apple-darwin'}} - name: Install x86_64 rust target on x86_64 mac run: |