Skip to content

Commit 65cd85c

Browse files
collinfunkmichael-grunder
authored andcommitted
Fix CI on MacOS runners.
Install [email protected] from Homebrew since [email protected] was removed.
1 parent 6859cc7 commit 65cd85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797

9898
- name: Install dependencies
9999
run: |
100-
brew install openssl redis@7.2
101-
brew link redis@7.2 --force
100+
brew install openssl redis@8.0
101+
brew link redis@8.0 --force
102102
103103
- name: Build hiredis
104104
run: USE_SSL=1 make

0 commit comments

Comments
 (0)