From dc4aef735234c9c9c1a8baefcce7720098b5055c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 26 Feb 2026 15:18:13 +0100 Subject: [PATCH] GHA/macos: update comment about macOS targets vs. features Closes #20741 --- .github/workflows/macos.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8dafc96937..67297c54b2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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