[openssh-commits] [openssh] 02/02: Use the default VM type for libcrypto ver tests.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Apr 27 13:23:52 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9bc20efd39ce8525be33df3ee009f5a4564224f1
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Apr 27 12:37:59 2021 +1000
Use the default VM type for libcrypto ver tests.
---
.github/workflows/c-cpp.yml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 81a6f0e0..29c3cd63 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 }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list