Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Apr 22, 2024
1 parent c9fb646 commit b80477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80477f

Please sign in to comment.