From 56d0d8a736abca584d8b6e5b90fff8ad19f1e3ae Mon Sep 17 00:00:00 2001 From: liuhuapiaoyuan <278780765@qq.com> Date: Thu, 10 Oct 2024 19:22:46 +0800 Subject: [PATCH] feat: add macos --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c43e783..5e0501f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ windows-latest] + platform: [ macos-latest,windows-latest] #platform: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }}