From afb97a81b5001272a2b9510c993bf79a63e81a86 Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Fri, 25 Nov 2022 20:28:20 -0500 Subject: [PATCH] Address Mac CI using specific versions of OpenSSL Corrected CI to use the version brew links in opt rather than the specific version in Cellar --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 15eb729e..3968b3ce 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -25,7 +25,7 @@ "description": "Same as default, Used in GitHub actions workflow", "inherits": "default", "cacheVariables": { - "OPENSSL_ROOT_DIR": "/usr/local/Cellar/openssl@3/3.0.5/" + "OPENSSL_ROOT_DIR": "/usr/local/opt/openssl@3/" } }, {