Skip to content

Commit

Permalink
Change way to set MACOSX_DEPLOYMENT_TARGET + test on macos-13 (x86)
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jun 6, 2024
1 parent c955dc4 commit 1ebf6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
HDF5PLUGIN_BMI2: "False"
HDF5PLUGIN_CPP11: "True"
HDF5PLUGIN_CPP14: "True"
MACOSX_DEPLOYMENT_TARGET: "10.13"

CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.13
CIBW_ENVIRONMENT_PASS_LINUX: HDF5PLUGIN_OPENMP HDF5PLUGIN_NATIVE HDF5PLUGIN_SSE2 HDF5PLUGIN_SSSE3 HDF5PLUGIN_AVX2 HDF5PLUGIN_AVX512 HDF5PLUGIN_BMI2 HDF5PLUGIN_CPP11 HDF5PLUGIN_CPP14

# Use Python3.11 to build wheels that are compatible with all supported version of Python
Expand All @@ -115,7 +115,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
python-version: ['3.7', '3.12']
include:
- python-version: '3.7'
Expand Down

0 comments on commit 1ebf6e3

Please sign in to comment.