We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48ead commit d2982f6Copy full SHA for d2982f6
1 file changed
.github/workflows/cmake-wheels.yml
@@ -97,7 +97,7 @@ jobs:
97
CC=clang
98
CXX=clang++
99
CIBW_ARCHS: auto64
100
- MACOSX_DEPLOYMENT_TARGET: 11.0
+ MACOSX_DEPLOYMENT_TARGET: 14.0
101
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
102
103
# Linux unlike windows/macos doesn't run cibuildwheel natively but rather in a container
@@ -107,7 +107,7 @@ jobs:
107
CIBW_BEFORE_ALL_LINUX: |
108
dnf install -y zip
109
dnf install -y unzip
110
- dnf install -y curl ca-certificates libcurl openssl zlib libssh2
+ dnf install -y kernel-devel
111
echo "Copying vcpkg cache into container..."
112
mkdir -p /output/.vcpkg-cache
113
if [ -d /host${{ github.workspace }}/.vcpkg-cache ]; then
0 commit comments