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.
1 parent 7c4fadf commit 761e460Copy full SHA for 761e460
1 file changed
.github/workflows/ci.yml
@@ -186,7 +186,7 @@ jobs:
186
187
# Use the only fully compatible SDK for Darwin11 builds
188
SDK_NAME="MacOSX10.12.sdk"
189
- SDK_URL="https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/${SDK_NAME}.tar.xz"
+ SDK_URL="https://github.com/phracker/MacOSX-SDKs/releases/download/11.0-11.1/${SDK_NAME}.tar.xz"
190
SDK_SHA="19121cfc324beb5c7222aa75a1e2834cbdd315b944674bbdc5387e7b6339c456"
191
192
echo "📥 Downloading $SDK_NAME from phracker…"
0 commit comments