Skip to content

Commit

Permalink
CI: add macOS-latest for make-check and macos-installer action
Browse files Browse the repository at this point in the history
macOS-latest (macos-12) is available for github action and as of now we are only
using macOS-11 so better to add it also.

- https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
  • Loading branch information
praveenkumar committed Jan 10, 2023
1 parent f461061 commit eb70a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
os:
- macOS-latest
- macOS-11
go:
- 1.17
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os:
- macOS-11
- macOS-latest
- ubuntu-latest
- ubuntu-20.04
go:
Expand Down

0 comments on commit eb70a43

Please sign in to comment.