Skip to content

Commit

Permalink
CI: update macOS-12 to macOS-14
Browse files Browse the repository at this point in the history
We are not supporting macOS-12 anymore so better to switch to 14.
  • Loading branch information
praveenkumar committed Dec 4, 2024
1 parent 28b72b7 commit 6a7f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os:
- macOS-13
- macOS-12
- macOS-14
go:
- '1.22'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os:
- macOS-13
- macOS-12
- macOS-14
- ubuntu-latest
- ubuntu-20.04
go:
Expand Down

0 comments on commit 6a7f839

Please sign in to comment.