Skip to content

Commit

Permalink
Try macos requirement in pixi.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Aug 14, 2024
1 parent 78f0203 commit b593e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ authors = ["Jon Mease <[email protected]>"]
channels = ["conda-forge"]
platforms = ["osx-arm64", "osx-64", "linux-64", "win-64"]

[system-requirements]
macos = "12.0"

[tasks]
check-rs-fmt = "cargo fmt --all -- --check"
check-rs-warnings = "export RUSTFLAGS=\"-D warnings\" && cargo check --tests"
Expand Down

0 comments on commit b593e95

Please sign in to comment.