Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 3, 2023
1 parent 673a3b7 commit 60c2b29
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 @@ -26,7 +26,7 @@ jobs:
override: true

- run: rustup target add aarch64-apple-darwin
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-11'

- run: rustup toolchain install stable-i686-pc-windows-msvc
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 60c2b29

Please sign in to comment.