From 24cca66535de4c8039ef1ca94e1cccd8019f4911 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 30 Oct 2023 16:03:14 -0700 Subject: [PATCH] Actions: use openssl 3.0 on macOS --- .github/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 682a9304..f6c0fe73 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -24,8 +24,8 @@ env: CFLAGS_CLANG_PROJECT: -Wno-reserved-id-macro CFLAGS_GCC_PROJECT: -Wno-cpp CFLAGS_OSX: -Wno-poison-system-directories - -I/usr/local/opt/openssl@1.1/include - LDFLAGS_OSX: -L/usr/local/opt/openssl@1.1/lib + -Wno-deprecated-declarations + LDFLAGS_OSX: jobs: Ubuntu: