From 2190832e53fc4c7a8d661dc0c69699d55e18983a Mon Sep 17 00:00:00 2001 From: "Bo-Yi.Wu" Date: Sat, 28 Jan 2023 22:34:51 +0800 Subject: [PATCH] chore(CI): add testing in MacOS. Signed-off-by: Bo-Yi.Wu --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ce1ffb4..a886dfd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] go: [1.17, 1.18, 1.19] include: - os: ubuntu-latest