From: Frank Lichtenheld Date: Wed, 19 Nov 2025 16:29:28 +0000 (+0100) Subject: GHA: Add macos-26 and remove OpenSSL 1.1 builds on macOS X-Git-Tag: v2.7_rc3~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9807719077b5c9886fa0e1e4f47f9669b04d09f9;p=thirdparty%2Fopenvpn.git GHA: Add macos-26 and remove OpenSSL 1.1 builds on macOS 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 Acked-by: Yuriy Darnobyt Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1382 Message-Id: <20251119162934.15672-1-gert@greenie.muc.de> Signed-off-by: Gert Doering --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 96d2292c7..357072dc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -210,9 +210,9 @@ jobs: strategy: fail-fast: false matrix: - ssllib: [openssl@1.1, 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"