mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:47:16 +03:00
GHA/macos: update comment about macOS targets vs. features
Closes #20741
This commit is contained in:
parent
4a43eba3b1
commit
dc4aef7352
1 changed files with 8 additions and 5 deletions
13
.github/workflows/macos.yml
vendored
13
.github/workflows/macos.yml
vendored
|
|
@ -31,12 +31,15 @@ concurrency:
|
|||
|
||||
permissions: {}
|
||||
|
||||
# Deprecated Apple APIs and the macos-version-min value required to avoid
|
||||
# deprecation warnings with llvm/clang:
|
||||
#
|
||||
# - 10.7 Lion (2011) - GSS
|
||||
# - 10.9 Mavericks (2013) - LDAP
|
||||
# Apple APIs and the macos-version-min value required to avoid deprecation
|
||||
# warnings with llvm/clang, and/or the feature getting enabled at build-time
|
||||
# or runtime:
|
||||
#
|
||||
# - 10.7 Lion (2011) - GSS (build-time, deprecated MIT Kerberos shim)
|
||||
# - 10.9 Mavericks (2013) - LDAP (build-time, deprecated), OCSP (runtime)
|
||||
# - 10.11 El Capitan (2015) - connectx() (runtime)
|
||||
# - 10.12 Sierra (2016) - clock_gettime() (build-time, runtime)
|
||||
# - 10.14 Mojave (2018) - SecTrustEvaluateWithError() (runtime)
|
||||
|
||||
env:
|
||||
CURL_CI: github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue