]> git.feebdaed.xyz Git - 0xmirror/openvpn.git/commitdiff
GHA: Add macos-26 and remove OpenSSL 1.1 builds on macOS
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 19 Nov 2025 16:29:28 +0000 (17:29 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 19 Nov 2025 16:48:53 +0000 (17:48 +0100)
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 <frank@lichtenheld.com>
Acked-by: Yuriy Darnobyt <yura.uddr@gmail.com>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1382
Message-Id: <20251119162934.15672-1-gert@greenie.muc.de>
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml

index 96d2292c70d22d160890ea39e5d91d886a615493..357072dc848e2554c87acc9386bd72a7f02b35ce 100644 (file)
@@ -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"