diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f5973b15..e0f8828ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} # Latest commit on the BoringSSL master branch, as of Apr 05, 2024. - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "f94f3ed3965ea033001fb9ae006084eee408b861"}} - # Latest commit on the OpenSSL master branch, as of Apr 05, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a19553cd872047289d6fc730a864bf9d984283ce"}} + # Latest commit on the OpenSSL master branch, as of Apr 06, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0d2a5f600c7b6bef6fa6cf720204876560a6194b"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. - {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}