From: Darren Tucker Date: Thu, 22 Jun 2023 23:49:02 +0000 (+1000) Subject: Update runner OS version for hardenedmalloc test. X-Git-Tag: V_9_4_P1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6cd08850f576e7527c52a1b086cae82fab290e;p=thirdparty%2Fopenssh-portable.git Update runner OS version for hardenedmalloc test. Hardenedmalloc dropped support for "legacy glibc" versions in their 64dad0a69 so use a newer Ubuntu version for the runner for that test. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bb6cf684a..e4e2a64e0 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 }