From 4c1a50a3cacbf5c5e574c859a2ea3fb335a0f55b Mon Sep 17 00:00:00 2001 From: GyDi Date: Sun, 9 Jan 2022 21:34:14 +0800 Subject: [PATCH] chore: ci add macos --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8287d9..6992098 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [windows-latest] + platform: [windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Checkout repository