Skip to content

Commit 4e95467

Browse files
Merge pull request #1279 from paullouisageneau/workflow-macos-update-openssl
Update OpenSSL in MacOS workflow
2 parents aa93670 + 889bf0d commit 4e95467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: install packages
27-
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
27+
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@3
2828
- name: submodules
2929
run: git submodule update --init --recursive --depth 1
3030
- name: cmake

0 commit comments

Comments
 (0)