Skip to content

Commit 3658e29

Browse files
authored
Update OpenSSL version in CI workflow to 3.5
1 parent 64fae76 commit 3658e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest_mac_tsan_openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: seanmiddleditch/gha-setup-ninja@master
1616
- name: install openssl
17-
run: brew install openssl@1.1
17+
run: brew install openssl@3.5
1818
- name: make test
1919
run: make -f makefile.dev test_tsan_openssl

0 commit comments

Comments
 (0)