bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

ci: Build macOS x86_64 wheels on macOS 13 #633

Closed godlygeek closed 3 months ago

godlygeek commented 3 months ago

Previously these were being built on macOS 11, but GitHub is dropping its macOS 11 runners. Upgrade to build these on macOS 13 instead (the latest version with free public Intel Mac runners). Because we leave MACOSX_DEPLOYMENT_TARGET set to 10.14, this should have no effect on the ABI of the built wheels.