]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GHA: Add macos-13
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 18 Jul 2023 10:52:41 +0000 (12:52 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 18 Jul 2023 13:12:38 +0000 (15:12 +0200)
Change-Id: Ica2e4b5a6b8da1368b487a33cd4b03ed9fc36011
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20230718105241.620221-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26869.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.github/workflows/build.yaml

index 2ae231ee6231ee89a501fcccdad68a63024184a4..1b75a1a79e8a721f267be833a185b24513d8c4b9 100644 (file)
@@ -198,7 +198,7 @@ jobs:
       matrix:
         ssllib: [ openssl11, openssl3, libressl]
         build: [ normal, asan ]
-        os: [macos-11, macos-12]
+        os: [macos-11, macos-12, macos-13]
         include:
           - build: asan
             cflags: "-fsanitize=address -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1"