We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d552b commit 4d5baa8Copy full SHA for 4d5baa8
2 files changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: macos-latest
27
28
env: # use tag version, if available, falling back to 1.22.1 (stable)
29
- MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.22.1_openssl-3.6.0' }}"
+ MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.22.1_openssl-3.5.5' }}"
30
PUBLISH_RELEASE: "${{ startsWith(github.ref, 'refs/tags/1.') && '1' || '0' }}"
31
32
steps:
scripts/build.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-MITKERBEROS_VERSION_STABLE="1.22.1_openssl-3.6.0" # https://kerberos.org/dist/
+MITKERBEROS_VERSION_STABLE="1.22.1_openssl-3.5.5" # https://kerberos.org/dist/
6
7
IOS_VERSION_MIN="13.4"
8
MACOS_VERSION_MIN="11.0"
0 commit comments