File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 runs-on : macos-14
2727
2828 env : # use tag version, if available, falling back to 1.21.3 (stable)
29- MITKERBEROS_VERSION : " ${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.3_openssl-3.5.0 ' }}"
29+ MITKERBEROS_VERSION : " ${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.3_openssl-3.5.1 ' }}"
3030 PUBLISH_RELEASE : " ${{ startsWith(github.ref, 'refs/tags/1.') && '1' || '0' }}"
3131
3232 steps :
Original file line number Diff line number Diff line change 22
33set -e
44
5- MITKERBEROS_VERSION_STABLE=" 1.21.3_openssl-3.5.0 " # https://kerberos.org/dist/
5+ MITKERBEROS_VERSION_STABLE=" 1.21.3_openssl-3.5.1 " # https://kerberos.org/dist/
66
77IOS_VERSION_MIN=" 13.4"
88MACOS_VERSION_MIN=" 11.0"
You can’t perform that action at this time.
0 commit comments