Skip to content

Commit a0b4ee1

Browse files
committed
fix mac ci
1 parent b095911 commit a0b4ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
go-version: [1.23.x]
72-
openssl-version: [libcrypto.3.dylib]
73-
runs-on: macos-12
72+
openssl-version: [/usr/local/opt/openssl@3/lib/libcrypto.3.dylib]
73+
runs-on: macos-13
7474
steps:
7575
- name: Install Go
7676
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)