Skip to content

Commit bd3c2a9

Browse files
committed
try macos 10.15 deployment target
1 parent 3ecf22d commit bd3c2a9

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.6", "3.7", "3.8", "3.9"]
28-
os: [ubuntu-latest, macos-latest]
29-
platform: [x64, x32]
27+
# python-version: ["3.6", "3.7", "3.8", "3.9"]
28+
# os: [ubuntu-latest, macos-latest]
29+
# platform: [x64, x32]
3030
# test on a single platform, python version
31-
# python-version: ["3.8"]
32-
# os: [ubuntu-latest]
33-
# platform: [x64]
31+
python-version: ["3.8"]
32+
os: [macos-latest]
33+
platform: [x64]
3434
MB_ML_VER: [2014]
3535
exclude:
3636
- os: macos-latest

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
#export NO_NET=1
55

66
# Compile libs for macOS 10.9 or later
7-
export MACOSX_DEPLOYMENT_TARGET="10.9"
7+
#export MACOSX_DEPLOYMENT_TARGET="10.9"
8+
export MACOSX_DEPLOYMENT_TARGET="10.15"
89
export NETCDF_VERSION="4.7.4"
910
export HDF5_VERSION="1.12.0"
10-
export CURL_VERSION="7.74.0"
11+
#export CURL_VERSION="7.74.0"
1112
# old openssl, since building new version requires perl 5.10.0
1213
export OPENSSL_ROOT=openssl-1.0.2u
1314
export OPENSSL_HASH=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16

0 commit comments

Comments
 (0)