diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d81b7bcf3d6..c2b0c7a0055d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,10 @@ jobs: - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}} - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL master branch, as of Dec 16, 2024. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "676a8022db7bd707fcb201a13203686222494cbc"}} - # Latest commit on the OpenSSL master branch, as of Dec 14, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "79c9cbbe1f9c3b8314312b6d8bb25b7138831e04"}} + # Latest commit on the BoringSSL master branch, as of Dec 17, 2024. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ee0c13ad1808379cf16b371a051ac3951f8a09c1"}} + # Latest commit on the OpenSSL master branch, as of Dec 17, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0f77b6f14e064120224a590139ce76ba9e027a79"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default