Skip to content

Commit da4d355

Browse files
committed
try to update openssl
1 parent f357894 commit da4d355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-mac-x64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install OpenSSL
22-
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@1.1
22+
run: HOMEBREW_NO_INSTALL_CLEANUP=1 brew reinstall openssl@3
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4
2525
with:
@@ -28,8 +28,8 @@ jobs:
2828
run: npm install --build-from-source
2929
env:
3030
CI: true
31-
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
32-
OPENSSL_LIBRARIES: /usr/local/opt/openssl@1.1/lib
31+
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@3
32+
OPENSSL_LIBRARIES: /usr/local/opt/openssl@3/lib
3333
- name: Test
3434
run: npm run test
3535
env:

0 commit comments

Comments
 (0)