• Show log

    Commit

  • Hash : acb7ef98
    Author : Azat Khuzhin
    Date : 2022-07-09T21:17:06

    ci/macos: remove separate openssl 1.1 from build matrix
    
    @ploxiln:
    
        On current homebrew, openssl@1.1 is the only openssl:
    
        [pierce@plo-mbp15 libevent]$ brew --prefix openssl
        /usr/local/opt/openssl@1.1
        [pierce@plo-mbp15 libevent]$ brew info openssl
        openssl@1.1: stable 1.1.1g (bottled) [keg-only]
        Cryptography and SSL/TLS Toolkit
    
    @fanquake
    
        Indeed. OpenSSL 1.0 was removed from homebew in Homebrew/homebrew-core#46876. Related discussion also in Homebrew/homebrew-core#46454.