mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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)
This commit is contained in:
parent
15974897b7
commit
93a644d14a
2
.github/workflows/os-zoo.yml
vendored
2
.github/workflows/os-zoo.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user