-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: add macOS-latest for make-check and macos-installer action
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
1 parent
f461061
commit eb70a43
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: | ||
- macOS-latest | ||
- macOS-11 | ||
go: | ||
- 1.17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ jobs: | |
matrix: | ||
os: | ||
- macOS-11 | ||
- macOS-latest | ||
- ubuntu-latest | ||
- ubuntu-20.04 | ||
go: | ||
|