Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update MacOSX deployment target #15

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

pniedzielski
Copy link
Collaborator

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.

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 theh `MACOSX_DEPLOYMENT_TARGET` variable to `12.0`.

Signed-off-by: Patrick M. Niedzielski <[email protected]>
@pniedzielski pniedzielski added the bug Something isn't working label Dec 12, 2023
@pniedzielski pniedzielski requested a review from hallfox December 12, 2023 15:56
@pniedzielski pniedzielski requested a review from a team as a code owner December 12, 2023 15:56
@pniedzielski pniedzielski merged commit 8501bd8 into bloomberg:main Jan 3, 2024
10 checks passed
@pniedzielski pniedzielski deleted the macfix branch February 7, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants