Deprecate MacOS 11 build target (#524)

Deprecate MacOS 11 build target. End of life June 2024.  Fixes #523

---------

Signed-off-by: Siddhartha Mondal <siddharthmondal@gmail.com>
Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
Co-authored-by: Roshan Khatri <117414976+roshkhatri@users.noreply.github.com>
This commit is contained in:
Siddhartha Sankar Mondal 2024-05-21 21:21:28 +02:00 committed by GitHub
parent acb74f8da1
commit 005a018db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -896,7 +896,7 @@ jobs:
build-macos:
strategy:
matrix:
os: [macos-11, macos-13]
os: [macos-12, macos-14]
runs-on: ${{ matrix.os }}
if: |
(github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'valkey-io/valkey')) &&