bloomberg / blazingmq-sdk-python

Python SDK for BlazingMQ, a modern high-performance open source message queuing system.
https://bloomberg.github.io/blazingmq/
Apache License 2.0
24 stars 6 forks source link

ci: Update MacOSX deployment target #15

Closed pniedzielski closed 9 months ago

pniedzielski commented 9 months ago

The minimum version of OSX we support is 12.0; we explicitly set this in our CI. However, we have one environment variable that was selecting version 11.0; this causes some spurious compile warnings:

clang: warning: overriding '-mmacosx-version-min=11.0' option with
'-target arm64-apple-macos12' [-Woverriding-t-option]

This patch updates the MACOSX_DEPLOYMENT_TARGET variable to 12.0.