CI: Update Homebrew Redis version
Use latest 7.2 since 7.0 was removed from `Other version`. https://formulae.brew.sh/formula/redis
This commit is contained in:
parent
869f3d0ef1
commit
3ae782d8e6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -133,8 +133,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install openssl redis@7.0
|
brew install openssl redis@7.2
|
||||||
brew link redis@7.0 --force
|
brew link redis@7.2 --force
|
||||||
|
|
||||||
- name: Build hiredis
|
- name: Build hiredis
|
||||||
run: USE_SSL=1 make
|
run: USE_SSL=1 make
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user