Skip to content

Commit

Permalink
MACOSX_DEPLOYMENT_TARGET: "10.14"
Browse files Browse the repository at this point in the history
cf #80. Testing CI...
  • Loading branch information
pthom committed Jun 6, 2024
1 parent cb21416 commit 905a805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:

env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
MACOSX_DEPLOYMENT_TARGET: "10.14"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_lib_with_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:

env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
MACOSX_DEPLOYMENT_TARGET: "10.14"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:

env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
MACOSX_DEPLOYMENT_TARGET: "10.14"
DISPLAY: ":0"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ before-build = "uname -a"
test-skip = ["*"]
# Environment variables
# IMGUIBUNDLE_OPENCV_FETCH_SOURCE => Will fetch, build and install a very-minimalist OpenCV
environment = { MACOSX_DEPLOYMENT_TARGET="11.0" }
environment = { MACOSX_DEPLOYMENT_TARGET="10.14" }

# Architectures
# -------------
Expand Down

0 comments on commit 905a805

Please sign in to comment.