[Openvpn-devel] GHA: Add macos-13

Message ID 20230718105241.620221-1-frank@lichtenheld.com
State Accepted
Headers show
Series [Openvpn-devel] GHA: Add macos-13 | expand

Commit Message

Frank Lichtenheld July 18, 2023, 10:52 a.m. UTC
Change-Id: Ica2e4b5a6b8da1368b487a33cd4b03ed9fc36011
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arne Schwabe July 18, 2023, 10:59 a.m. UTC | #1
Am 18.07.23 um 12:52 schrieb Frank Lichtenheld:
> Change-Id: Ica2e4b5a6b8da1368b487a33cd4b03ed9fc36011
> Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
> ---
>   .github/workflows/build.yaml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
> index 2ae231ee..1b75a1a7 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"


Acked-By: Arne Schwabe <arne@rfc2549.org>
Gert Doering July 18, 2023, 1:36 p.m. UTC | #2
Also tested in my GH instance, claims to do something, ends up green :-)

Your patch has been applied to the master branch.

commit 64352467845e7a972a8073d35d41450eea24b905
Author: Frank Lichtenheld
Date:   Tue Jul 18 12:52:41 2023 +0200

     GHA: Add macos-13

     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>


--
kind regards,

Gert Doering

Patch

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2ae231ee..1b75a1a7 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"