Skip to content

Commit

Permalink
build: pin mimalloc and macos-13 (#15925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Apr 27, 2024
1 parent e0d242d commit ec1e4dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fail-fast: false
matrix:
package: [polars, polars-lts-cpu, polars-u64-idx]
os: [ubuntu-latest, macos-latest, windows-32gb-ram]
os: [ubuntu-latest, macos-13, windows-32gb-ram]
architecture: [x86-64, aarch64]
exclude:
- os: windows-32gb-ram
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ features = [
built = { version = "0.7", features = ["chrono", "git2", "cargo-lock"], optional = true }

[target.'cfg(any(not(target_family = "unix"), use_mimalloc))'.dependencies]
mimalloc = { version = "0.1", default-features = false }
mimalloc = { version = "=0.1.39", default-features = false }

[target.'cfg(all(target_family = "unix", not(use_mimalloc)))'.dependencies]
jemallocator = { version = "0.5", features = ["disable_initial_exec_tls"] }
Expand Down

0 comments on commit ec1e4dc

Please sign in to comment.