diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index fb81e492..e6ad3102 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -40,7 +40,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: - targets: aarch64-apple-darwin + targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }} - name: install dependencies (ubuntu only) if: matrix.settings.platform == 'ubuntu-22.04'