From 93a644d14aeed02a33a1191c0de540103e6cf307 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 26 Jun 2024 16:24:48 -0400 Subject: [PATCH] Remove macos-11 from CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/os-zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2