Skip to content

Commit

Permalink
Deprecate MacOS 11 build target (#524)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people committed May 21, 2024
1 parent acb74f8 commit 005a018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')) &&
Expand Down

0 comments on commit 005a018

Please sign in to comment.