Skip to content

Commit 0133f90

Browse files
committed
release.yml fix
1 parent 64883ca commit 0133f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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
32+
MACOSX_DEPLOYMENT_TARGET=15.0
3333
CFLAGS="-Xpreprocessor -fopenmp -I$(brew --prefix libomp)/include"
3434
CXXFLAGS="-std=c++20 -Xpreprocessor -fopenmp -I$(brew --prefix libomp)/include"
3535
LDFLAGS="-L$(brew --prefix libomp)/lib -lomp"

0 commit comments

Comments
 (0)