Skip to content

Commit

Permalink
Replace outdated rust action from pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 23, 2024
1 parent 8bc9ccc commit 61c477f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:

- name: Set up rust
if: matrix.os != 'ubuntu-20.04' && matrix.os != 'ubuntu-22.04'
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: nightly
override: true

- 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'
Expand Down

0 comments on commit 61c477f

Please sign in to comment.