Skip to content

Commit

Permalink
Upgrade CI runner from macos-12 to macos-13 (#213)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
qmuntal authored Dec 10, 2024
1 parent 59ae336 commit d5122d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5122d3

Please sign in to comment.