Skip to content

Commit

Permalink
Bumped macos SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Nov 27, 2024
1 parent de5bb77 commit 61a9d5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '13'
- '14.5'
MACOSX_SDK_VERSION:
- '13'
- '14.5'
boost:
- '1.78'
c_compiler:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '13'
- '14.5'
MACOSX_SDK_VERSION:
- '13'
- '14.5'
boost:
- '1.78'
c_compiler:
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
macos_machine: # [osx]
- arm64-apple-darwin20.0.0 # [osx and arm64]
MACOSX_DEPLOYMENT_TARGET: # [osx]
- 13 # [osx]
- 14.5 # [osx]

# linux_clang_version is not a part of zip_keys
# from conda-forge, if you want to, you can
Expand Down

0 comments on commit 61a9d5e

Please sign in to comment.