We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a851f2 + 77fdf78 commit d427b55Copy full SHA for d427b55
.github/workflows/build.yml
@@ -70,6 +70,10 @@ jobs:
70
macos-universal:
71
runs-on: macos-15
72
steps:
73
+ - name: Setup Xcode 16.2 (16.3+ incompatible with libgit2's zlib)
74
+ uses: maxim-lobanov/setup-xcode@v1
75
+ with:
76
+ xcode-version: '16.2'
77
- uses: actions/checkout@v4
78
with:
79
submodules: recursive
tools/ssh2.py
@@ -15,6 +15,7 @@ def build_library(env, deps):
15
"CMAKE_DISABLE_FIND_PACKAGE_ZLIB": 1,
16
"CMAKE_DISABLE_FIND_PACKAGE_OPENSSL": 1,
17
"CRYPTO_BACKEND": "OpenSSL",
18
+ "CMAKE_POLICY_VERSION_MINIMUM": 3.5,
19
}
20
21
if env["platform"] != "windows":
0 commit comments