Skip to content

Commit bfb3c06

Browse files
OpenSSL 1.1.1 is obsolete
1 parent 0b43bd8 commit bfb3c06

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ jobs:
4343
if: startsWith(matrix.os, 'windows')
4444
run: echo "OPENSSL_ROOT_DIR=C:/Program Files/OpenSSL" >> $env:GITHUB_ENV
4545

46-
- name: Install OpenSSL
47-
if: startsWith(matrix.os, 'macos')
48-
run: brew install openssl
49-
5046
- name: Set OPENSSL_ROOT_DIR
5147
if: startsWith(matrix.os, 'macos')
52-
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1" >> $env:GITHUB_ENV
48+
run: echo "OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3" >> $env:GITHUB_ENV
5349

5450
- name: Install Rust
5551
run: |

0 commit comments

Comments
 (0)