From: Neil Horman Date: Wed, 26 Jun 2024 20:24:48 +0000 (-0400) Subject: Remove macos-11 from CI X-Git-Tag: openssl-3.4.0-alpha1~427 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93a644d14aeed02a33a1191c0de540103e6cf307;p=thirdparty%2Fopenssl.git Remove macos-11 from CI Recent build failure on os-zoo reports: A brownout will take place on June, 8:00 AM – 2:00 PM EST to raise awareness of the upcoming macOS-11 environment removal. It appears that github is retiring macos-11, so we may as well remove it to prepare Fixes #24739 Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24744) --- diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 53e90215d50..9dfc2faac80 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -105,7 +105,7 @@ jobs: fail-fast: false matrix: branch: [openssl-3.0, openssl-3.1, master] - os: [macos-11, macos-12, macos-13, macos-14] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4