Skip to content

Commit ec27130

Browse files
committed
macos min target set to 13
1 parent e7158f2 commit ec27130

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
# MACOS: Install OpenMP and configure paths
3030
CIBW_BEFORE_ALL_MACOS: "brew install libomp"
3131
CIBW_ENVIRONMENT_MACOS: >
32+
MACOSX_DEPLOYMENT_TARGET=13.0
3233
CFLAGS="-Xpreprocessor -fopenmp -I$(brew --prefix libomp)/include"
3334
CXXFLAGS="-std=c++20 -Xpreprocessor -fopenmp -I$(brew --prefix libomp)/include"
3435
LDFLAGS="-L$(brew --prefix libomp)/lib -lomp"

0 commit comments

Comments
 (0)