Skip to content

Commit

Permalink
Update macos version in GitHub actions (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefchien authored Jun 17, 2024
1 parent da942be commit e0ce119
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 @@ -76,14 +76,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-2019, windows-latest, macos-11]
os: [ ubuntu-latest, windows-2019, windows-latest, macos-12]
include:
- os: ubuntu-latest
family: linux
cache-path: |
~/.cache/go-build
~/go/pkg/mod
- os: macos-11
- os: macos-12
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-11
runs-on: macos-12
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit e0ce119

Please sign in to comment.