Skip to content

Commit

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

0 comments on commit 8942e18

Please sign in to comment.