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 73768ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/test-build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ on:
jobs:
MakeMacPkg:
name: 'MakeMacPkg'
runs-on: macos-12
runs-on: macos-13
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 73768ed

Please sign in to comment.