From: Darren Tucker Date: Tue, 27 Apr 2021 02:37:59 +0000 (+1000) Subject: Use the default VM type for libcrypto ver tests. X-Git-Tag: V_8_7_P1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc20efd39ce8525be33df3ee009f5a4564224f1;p=thirdparty%2Fopenssh-portable.git Use the default VM type for libcrypto ver tests. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81a6f0e05..29c3cd630 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -27,19 +27,19 @@ jobs: - { os: ubuntu-20.04, configs: pam } - { os: ubuntu-20.04, configs: kitchensink } - { os: ubuntu-20.04, configs: hardenedmalloc } - - { os: ubuntu-20.04, configs: libressl-master } - - { os: ubuntu-20.04, configs: libressl-2.2.9 } - - { os: ubuntu-20.04, configs: libressl-2.8.3 } - - { os: ubuntu-20.04, configs: libressl-3.0.2 } - - { os: ubuntu-20.04, configs: libressl-3.2.5 } - - { os: ubuntu-20.04, configs: openssl-master } - - { os: ubuntu-20.04, configs: openssl-noec } - - { os: ubuntu-20.04, configs: openssl-1.0.1 } - - { os: ubuntu-20.04, configs: openssl-1.0.1u } - - { os: ubuntu-20.04, configs: openssl-1.0.2u } - - { os: ubuntu-20.04, configs: openssl-1.1.0g } - - { os: ubuntu-20.04, configs: openssl-1.1.1 } - - { os: ubuntu-20.04, configs: openssl-1.1.1k } + - { os: ubuntu-latest, configs: libressl-master } + - { os: ubuntu-latest, configs: libressl-2.2.9 } + - { os: ubuntu-latest, configs: libressl-2.8.3 } + - { os: ubuntu-latest, configs: libressl-3.0.2 } + - { os: ubuntu-latest, configs: libressl-3.2.5 } + - { os: ubuntu-latest, configs: openssl-master } + - { os: ubuntu-latest, configs: openssl-noec } + - { os: ubuntu-latest, configs: openssl-1.0.1 } + - { os: ubuntu-latest, configs: openssl-1.0.1u } + - { os: ubuntu-latest, configs: openssl-1.0.2u } + - { os: ubuntu-latest, configs: openssl-1.1.0g } + - { os: ubuntu-latest, configs: openssl-1.1.1 } + - { os: ubuntu-latest, configs: openssl-1.1.1k } - { os: ubuntu-18.04, configs: pam } - { os: ubuntu-18.04, configs: kerberos5 } - { os: ubuntu-18.04, configs: libedit }