From: Frank Lichtenheld <fr...@lichtenheld.com> Remove macos-12, not supported anymore. Add macos-15, runner is available in Beta status.
Change-Id: Ibaa591904095a824df2c0c5aaff73687e0af24fe Signed-off-by: Frank Lichtenheld <fr...@lichtenheld.com> Acked-by: Arne Schwabe <arne-open...@rfc2549.org> Acked-by: Yuriy Darnobyt <yura.u...@gmail.com> --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/780 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): Arne Schwabe <arne-open...@rfc2549.org> Yuriy Darnobyt <yura.u...@gmail.com> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1bc250d..fdd133e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -213,16 +213,16 @@ matrix: ssllib: [ openssl11, openssl3, libressl] build: [ normal, asan ] - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14, macos-15] include: # macos14 and newer runners use ARM CPUs and homebrew uses /opt/homebrew/ # on ARM instead of /usr/local/ - - os: macos-12 - homebrew: /usr/local/opt - os: macos-13 homebrew: /usr/local/opt - os: macos-14 homebrew: /opt/homebrew/opt + - os: macos-15 + homebrew: /opt/homebrew/opt - 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" ldflags: -fsanitize=address,undefined -fno-sanitize-recover=all _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel