Skip to content

Commit 4eb90fe

Browse files
committed
Raise macOS wheel target to 15.0
1 parent e1b8307 commit 4eb90fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
106106
- name: Build wheels
107107
env:
108-
MACOSX_DEPLOYMENT_TARGET: "14.0"
108+
MACOSX_DEPLOYMENT_TARGET: "15.0"
109109
CIBW_ARCHS_MACOS: arm64
110110
CIBW_BEFORE_ALL_MACOS: >-
111111
bash .github/scripts/build-sfml-unix.sh 2.6.2 ${{ github.workspace }}/.deps/sfml-2.6.2-install 1
112112
CIBW_BEFORE_BUILD_MACOS: python -m pip install delocate
113113
CIBW_ENVIRONMENT_MACOS: >-
114-
MACOSX_DEPLOYMENT_TARGET=14.0
114+
MACOSX_DEPLOYMENT_TARGET=15.0
115115
SFML_HEADERS=${{ github.workspace }}/.deps/sfml-2.6.2-install/include
116116
SFML_LIBRARIES=${{ github.workspace }}/.deps/sfml-2.6.2-install/lib
117117
DYLD_LIBRARY_PATH=${{ github.workspace }}/.deps/sfml-2.6.2-install/lib

0 commit comments

Comments
 (0)