Skip to content

Commit

Permalink
Bumping macos runner due to deprecation of macos-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefchien committed Dec 3, 2024
1 parent 748073f commit 1dccbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019, windows-latest, macos-12]
os: [ubuntu-latest, windows-2019, windows-latest, macos-13]
include:
- os: ubuntu-latest
family: linux
cache-path: |
~/.cache/go-build
~/go/pkg/mod
- os: macos-12
- os: macos-13
family: darwin
cache-path: |
~/Library/Caches/go-build
Expand Down

0 comments on commit 1dccbaa

Please sign in to comment.