File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,11 @@ function build {
267
267
if [ -z " $IS_ALPINE " ] && [ -z " $SANITIZER " ] && [ -z " $IS_MACOS " ]; then
268
268
yum remove -y zlib-devel
269
269
fi
270
- build_zlib_ng
270
+ if [[ -n " $IS_MACOS " ]]; then
271
+ CFLAGS=" $CFLAGS -headerpad_max_install_names" build_zlib_ng
272
+ else
273
+ build_zlib_ng
274
+ fi
271
275
272
276
build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
273
277
if [[ -n " $IS_MACOS " ]]; then
Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ jobs:
52
52
include :
53
53
- name : " macOS 10.10 x86_64"
54
54
platform : macos
55
- os : macos-13
55
+ os : macos-15-intel
56
56
cibw_arch : x86_64
57
57
build : " cp3{9,10,11}*"
58
58
macosx_deployment_target : " 10.10"
59
59
- name : " macOS 10.13 x86_64"
60
60
platform : macos
61
- os : macos-13
61
+ os : macos-15-intel
62
62
cibw_arch : x86_64
63
63
build : " cp3{12,13,14}*"
64
64
macosx_deployment_target : " 10.13"
65
65
- name : " macOS 10.15 x86_64"
66
66
platform : macos
67
- os : macos-13
67
+ os : macos-15-intel
68
68
cibw_arch : x86_64
69
69
build : " pp3*"
70
70
macosx_deployment_target : " 10.15"
You can’t perform that action at this time.
0 commit comments