From d5122d30db4c0bd4cad564739f5e7b8a647513fd Mon Sep 17 00:00:00 2001 From: Quim Muntal Date: Tue, 10 Dec 2024 09:46:37 +0100 Subject: [PATCH] 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 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c213bc..c0334fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,8 +68,8 @@ jobs: fail-fast: false matrix: go-version: [1.22.x, 1.23.x] - openssl-version: [libcrypto.3.dylib] - runs-on: macos-12 + openssl-version: [/usr/local/opt/openssl@3/lib/libcrypto.3.dylib] + runs-on: macos-13 steps: - name: Install Go uses: actions/setup-go@v5