]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Update runner OS version for hardenedmalloc test.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 22 Jun 2023 23:49:02 +0000 (09:49 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 19 Jul 2023 23:53:28 +0000 (09:53 +1000)
Hardenedmalloc dropped support for "legacy glibc" versions in their
64dad0a69 so use a newer Ubuntu version for the runner for that test.

.github/workflows/c-cpp.yml

index f3163884a037d632a7dcf42625f2db6f7f4ec99e..a777a3093254b7a7ea69d551f46f0ad48c3921ea 100644 (file)
@@ -43,7 +43,7 @@ jobs:
           - { target: ubuntu-20.04, config: gcc-11-Werror }
           - { target: ubuntu-20.04, config: pam }
           - { target: ubuntu-20.04, config: kitchensink }
-          - { target: ubuntu-20.04, config: hardenedmalloc }
+          - { target: ubuntu-22.04, config: hardenedmalloc }
           - { target: ubuntu-20.04, config: tcmalloc }
           - { target: ubuntu-20.04, config: musl }
           - { target: ubuntu-latest, config: libressl-master }