From 9f1838e965f893ad46c230d923961b4365e271b4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 5 Jan 2026 09:57:19 +0100 Subject: [PATCH] GHA/macos: enable Apple IDN and SecTrust for combination jobs Closes #20185 --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 228dee8e83..f73e4ff653 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -673,6 +673,7 @@ jobs: -DCURL_USE_OPENSSL=ON \ -DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF \ -DCURL_USE_LIBPSL=OFF -DCURL_USE_LIBSSH2=OFF \ + -DUSE_APPLE_IDN=ON -DUSE_APPLE_SECTRUST=ON \ ${options} else export CFLAGS @@ -691,6 +692,7 @@ jobs: --with-openssl="$(brew --prefix openssl)" \ --without-nghttp2 --without-libidn2 \ --without-libpsl \ + --with-apple-idn --with-apple-sectrust \ ${options} fi