From 42402117c185fb3822bcfb8bb907a0b108db532a Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Thu, 7 Oct 2021 10:19:55 -0400 Subject: [PATCH] BLD Fixes osx build by downgrading to 11.X (#21227) --- build_tools/github/build_wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/github/build_wheels.sh b/build_tools/github/build_wheels.sh index c484513b648e3..2671c50f66bb3 100755 --- a/build_tools/github/build_wheels.sh +++ b/build_tools/github/build_wheels.sh @@ -12,7 +12,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then # supported macos version is: High Sierra / 10.13. When upgrading this, be # sure to update the MACOSX_DEPLOYMENT_TARGET environment variable in # wheels.yml accordingly. Note that Darwin_17 == High Sierra / 10.13. - wget https://packages.macports.org/libomp/libomp-12.0.0_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2 + wget https://packages.macports.org/libomp/libomp-11.0.1_0+universal.darwin_17.i386-x86_64.tbz2 -O libomp.tbz2 sudo tar -C / -xvjf libomp.tbz2 opt export CC=/usr/bin/clang