Skip to content

Commit 29008ad

Browse files
committed
Set mac target to 15
1 parent 3c0926b commit 29008ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bundle_with_dakota_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
INSTALL_DIR: ${{ inputs.INSTALL_DIR }}
3939
SYSTEM_VERSION_COMPAT: 0
40-
MACOSX_DEPLOYMENT_TARGET: '11.0'
40+
MACOSX_DEPLOYMENT_TARGET: '15.0'
4141
steps:
4242

4343
- name: Echo env and inputs
@@ -240,7 +240,7 @@ jobs:
240240
arch_ver=$(uname -m)
241241
242242
# hint regarding architecture to avoid universal wheel generated
243-
export _PYTHON_HOST_PLATFORM="macosx-11.0-$arch_ver"
243+
export _PYTHON_HOST_PLATFORM="macosx-${MACOSX_DEPLOYMENT_TARGET}-$arch_ver"
244244
export ARCHFLAGS="-arch $arch_ver"
245245
246246
pip install delocate

0 commit comments

Comments
 (0)