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 Harkrishn Patro
parent 3e0c587c08
commit f5d106a90d

View File

@ -951,7 +951,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')) &&