From d58ff6e4b5932d4a822d678473583dd635ca7cca Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 25 Apr 2025 21:08:59 +0200 Subject: [PATCH] GHA/macos: fix typo in comment [ci skip] --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2131feb222..75dda31ff4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -40,7 +40,7 @@ permissions: {} # # - 10.7 Lion (2011) - GSS # - 10.8 Mountain Lion (2012) - CFURLCreateDataAndPropertiesFromResource (used by curl Secure Transport code) -# - 10.9 Maverick (2013) - LDAP +# - 10.9 Mavericks (2013) - LDAP # - 10.14 Mojave (2018) - Secure Transport # # For Secure Transport, curl implements features that require a target -- 2.47.3