diff options
author | Neil Horman <nhorman@openssl.org> | 2024-06-26 22:24:48 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-06-28 11:17:59 +0200 |
commit | 93a644d14aeed02a33a1191c0de540103e6cf307 (patch) | |
tree | f3ea4a66b966c6762ae7f6ac9fd10c8277aa09ce | |
parent | Disable default case checks on clang 18 (diff) | |
download | openssl-93a644d14aeed02a33a1191c0de540103e6cf307.tar.xz openssl-93a644d14aeed02a33a1191c0de540103e6cf307.zip |
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 <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24744)
-rw-r--r-- | .github/workflows/os-zoo.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index 53e90215d5..9dfc2faac8 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 |