Skip to content

Commit cd8e503

Browse files
committed
2 parents 16cafc2 + 84c1b6c commit cd8e503

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
CC=clang
9898
CXX=clang++
9999
CIBW_ARCHS: auto64
100-
MACOSX_DEPLOYMENT_TARGET: 11.0
100+
MACOSX_DEPLOYMENT_TARGET: 14.0
101101
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
102102

103103
# Linux unlike windows/macos doesn't run cibuildwheel natively but rather in a container
@@ -107,7 +107,7 @@ jobs:
107107
CIBW_BEFORE_ALL_LINUX: |
108108
dnf install -y zip
109109
dnf install -y unzip
110-
dnf install -y curl ca-certificates libcurl openssl zlib libssh2
110+
dnf install -y kernel-devel perl-core openssl-devel
111111
echo "Copying vcpkg cache into container..."
112112
mkdir -p /output/.vcpkg-cache
113113
if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then

0 commit comments

Comments
 (0)