Skip to content

Commit d5122d3

Browse files
authored
Upgrade CI runner from macos-12 to macos-13 (#213)
* Upgrade CI runner from macos-12 to macos-13 * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Add OpenSSL installation step in workflow * Update OpenSSL installation step in workflow * Update OpenSSL path in GitHub Actions
1 parent 59ae336 commit d5122d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
go-version: [1.22.x, 1.23.x]
71-
openssl-version: [libcrypto.3.dylib]
72-
runs-on: macos-12
71+
openssl-version: [/usr/local/opt/openssl@3/lib/libcrypto.3.dylib]
72+
runs-on: macos-13
7373
steps:
7474
- name: Install Go
7575
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)