]> 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>
Thu, 22 Jun 2023 23:49:02 +0000 (09:49 +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 bb6cf684ae0e9f6f12e9f379692760e5ef759a0d..e4e2a64e05d2b89203b958cbe39046d19dc1ca56 100644 (file)
@@ -50,7 +50,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: boringssl }