From 4f33ff9bc27c88f7af7fa5fba0936433eb2ad682 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Mon, 19 Aug 2024 17:50:41 -0600 Subject: [PATCH] Update buildwheels_macos.yml --- .github/workflows/buildwheels_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildwheels_macos.yml b/.github/workflows/buildwheels_macos.yml index 69c316ac34..9112a72831 100644 --- a/.github/workflows/buildwheels_macos.yml +++ b/.github/workflows/buildwheels_macos.yml @@ -23,7 +23,7 @@ jobs: CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel" CIBW_BEFORE_ALL_MACOS: "brew install libomp" CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF" - CIBW_CONFIG_SETTINGS_MACOS: "cmake.define.CMAKE_Fortran_COMPILER=gfortran-12" + CIBW_CONFIG_SETTINGS_MACOS: "cmake.define.CMAKE_Fortran_COMPILER=gfortran-12 cmake.define.CMAKE_OSX_DEPLOYMENT_TARGET=10.13" CIBW_ENVIRONMENT_MACOS: "OpenMP_ROOT=$(brew --prefix)/opt/libomp" CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: >