From: Frank Lichtenheld Date: Tue, 18 Jul 2023 10:52:41 +0000 (+0200) Subject: GHA: Add macos-13 X-Git-Tag: v2.7_alpha1~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64352467845e7a972a8073d35d41450eea24b905;p=thirdparty%2Fopenvpn.git GHA: Add macos-13 Change-Id: Ica2e4b5a6b8da1368b487a33cd4b03ed9fc36011 Signed-off-by: Frank Lichtenheld Acked-by: Arne Schwabe 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 --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ae231ee6..1b75a1a79 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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"