There was an error while loading. Please reload this page.
1 parent 3c0926b commit 29008adCopy full SHA for 29008ad
1 file changed
.github/workflows/bundle_with_dakota_macos.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
INSTALL_DIR: ${{ inputs.INSTALL_DIR }}
39
SYSTEM_VERSION_COMPAT: 0
40
- MACOSX_DEPLOYMENT_TARGET: '11.0'
+ MACOSX_DEPLOYMENT_TARGET: '15.0'
41
steps:
42
43
- name: Echo env and inputs
@@ -240,7 +240,7 @@ jobs:
240
arch_ver=$(uname -m)
241
242
# hint regarding architecture to avoid universal wheel generated
243
- export _PYTHON_HOST_PLATFORM="macosx-11.0-$arch_ver"
+ export _PYTHON_HOST_PLATFORM="macosx-${MACOSX_DEPLOYMENT_TARGET}-$arch_ver"
244
export ARCHFLAGS="-arch $arch_ver"
245
246
pip install delocate
0 commit comments