From: Frank Lichtenheld <[email protected]> The new runner doesn't have OpenSSL 1.1 available anymore via homebrew. The formula is also marked as "deprecated" for older macOS versions. So I think it is okay to drop it.
Change-Id: I1633ee6207443e041434e9f0dda98afd5a22e1b4 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Yuriy Darnobyt <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1382 --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1382 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Yuriy Darnobyt <[email protected]> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96d2292..357072d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -210,9 +210,9 @@ strategy: fail-fast: false matrix: - ssllib: [[email protected], openssl@3, libressl] + ssllib: [openssl@3, libressl] build: [normal, asan] - os: [macos-14, macos-15] + os: [macos-14, macos-15, macos-26] include: - build: asan cflags: "-fsanitize=address,undefined -fno-sanitize-recover=all -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1" _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
