Skip to content

Commit

Permalink
[build] revert macOS deployment target to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Oct 8, 2024
1 parent 9228123 commit 9f753f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
buildDir: "${{ github.workspace }}/build/"
NWN_ROOT: "${{ github.workspace }}/nwn/"
CI_GITHUB_ACTIONS: "1"
MACOSX_DEPLOYMENT_TARGET: "14"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"rhs": "Darwin"
},
"cacheVariables": {
"CMAKE_OSX_DEPLOYMENT_TARGET": "14",
"CMAKE_OSX_DEPLOYMENT_TARGET": "13",
"CMAKE_OSX_ARCHITECTURES": "x86_64;arm64"
}
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile = "black"

[tool.cibuildwheel]
build-frontend = "build"
environment = {MACOSX_DEPLOYMENT_TARGET = "14"}
environment = {MACOSX_DEPLOYMENT_TARGET = "13"}
skip = "*-win32 *-manylinux_i686 pp* cp36-* cp37-* *-musllinux_*"
manylinux-x86_64-image = "manylinux_2_28"
# test-command = "pytest {package}/tests"
Expand Down

0 comments on commit 9f753f7

Please sign in to comment.