diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 988eec5241..b20069a6b5 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -35,7 +35,7 @@ jobs: toolchain: nightly override: true - - run: rustup target add aarch64-apple-darwin + - run: rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin if: matrix.os == 'macos-12' || matrix.os == 'macos-13' || matrix.os == 'macos-14' - run: rustup toolchain install stable-i686-pc-windows-msvc