Skip to content

Commit

Permalink
Update OpenSSL path in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal authored Dec 9, 2024
1 parent a58223b commit 1fb25fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ jobs:
fail-fast: false
matrix:
go-version: [1.22.x, 1.23.x]
openssl-version: [/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib]
openssl-version: [/usr/local/opt/openssl@3/lib/libcrypto.3.dylib]
runs-on: macos-13
steps:
- name: List OpenSSL
run: brew --prefix openssl@3
- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 1fb25fc

Please sign in to comment.