Skip to content

Commit 9807719

Browse files
flichtenheldcron2
authored andcommitted
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 <[email protected]> Acked-by: Yuriy Darnobyt <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1382 Message-Id: <[email protected]> Signed-off-by: Gert Doering <[email protected]>
1 parent 20b234b commit 9807719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
strategy:
211211
fail-fast: false
212212
matrix:
213-
ssllib: [openssl@1.1, openssl@3, libressl]
213+
ssllib: [openssl@3, libressl]
214214
build: [normal, asan]
215-
os: [macos-14, macos-15]
215+
os: [macos-14, macos-15, macos-26]
216216
include:
217217
- build: asan
218218
cflags: "-fsanitize=address,undefined -fno-sanitize-recover=all -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1"

0 commit comments

Comments
 (0)